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:
strk 2009-03-10 11:35:03 +00:00
parent d0ad6b3701
commit 9d640def6e

View file

@ -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);