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
liblinphone
Commits
b733a761
Commit
b733a761
authored
Jun 19, 2020
by
DanmeiChen
Browse files
fix
parent
d8f944f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
coreapi/proxy.c
coreapi/proxy.c
+3
-0
No files found.
coreapi/proxy.c
View file @
b733a761
...
...
@@ -637,6 +637,9 @@ static void linphone_proxy_config_register(LinphoneProxyConfig *cfg){
}
else
{
/* unregister if registered*/
_linphone_proxy_config_unregister
(
cfg
);
if
(
cfg
->
state
==
LinphoneRegistrationProgress
)
{
linphone_proxy_config_set_state
(
cfg
,
LinphoneRegistrationCleared
,
"Registration cleared"
);
}
}
}
...
...
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