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
BC
public
belle-sip
Commits
fcf53345
Commit
fcf53345
authored
Jul 14, 2013
by
Simon Morlat
Browse files
stop a refresher that has expires=0 (was not done in case timeout or io_error)
parent
0f7df104
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/refresher.c
src/refresher.c
+1
-0
No files found.
src/refresher.c
View file @
fcf53345
...
...
@@ -346,6 +346,7 @@ static int belle_sip_refresher_refresh_internal(belle_sip_refresher_t* refresher
,
refresher
);
return
-
1
;
}
if
(
expires
==
0
)
belle_sip_refresher_stop
(
refresher
);
return
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