mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 16:09:20 +00:00
Add missing newline in failing 'firewall stun' command
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@327 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
d0ad6b3701
commit
9d640def6e
1 changed files with 1 additions and 1 deletions
|
|
@ -471,7 +471,7 @@ lpc_cmd_firewall(LinphoneCore *lc, char *args)
|
|||
setting = linphone_core_get_stun_server(lc);
|
||||
if ( ! setting )
|
||||
{
|
||||
linphonec_out("No stun server address is defined, use 'stun <address>' first");
|
||||
linphonec_out("No stun server address is defined, use 'stun <address>' first\n");
|
||||
return 1;
|
||||
}
|
||||
linphone_core_set_firewall_policy(lc,LINPHONE_POLICY_USE_STUN);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue