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