Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FUSS
coova-chilli
Commits
d2a119fa
Commit
d2a119fa
authored
Oct 24, 2016
by
Giovanni Bezicheri
Committed by
GitHub
Oct 24, 2016
Browse files
Merge pull request #295 from gbaligh/remove_redundant_line
Remove redundant line.
parents
e51a4681
9cc76fe6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/chilli.c
View file @
d2a119fa
...
@@ -5555,7 +5555,6 @@ clear_appconn(struct app_conn_t *appconn) {
...
@@ -5555,7 +5555,6 @@ clear_appconn(struct app_conn_t *appconn) {
appconn
->
s_params
.
maxtotaloctets
=
appconn
->
s_params
.
maxtotaloctets
=
appconn
->
s_params
.
sessiontimeout
=
0
;
appconn
->
s_params
.
sessiontimeout
=
0
;
appconn
->
s_params
.
idletimeout
=
0
;
appconn
->
s_params
.
idletimeout
=
0
;
appconn
->
s_params
.
idletimeout
=
0
;
appconn
->
s_params
.
interim_interval
=
0
;
appconn
->
s_params
.
interim_interval
=
0
;
appconn
->
s_params
.
sessionterminatetime
=
0
;
appconn
->
s_params
.
sessionterminatetime
=
0
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment