mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
add missing newlines
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5307 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -9594,7 +9594,7 @@ static struct sip_auth *add_realm_authentication(struct sip_auth *authlist, char
|
||||
realm++;
|
||||
}
|
||||
if (!username || ast_strlen_zero(username) || !realm || ast_strlen_zero(realm)) {
|
||||
ast_log(LOG_WARNING, "Format for authentication entry is user[:secret]@realm at line %d", lineno);
|
||||
ast_log(LOG_WARNING, "Format for authentication entry is user[:secret]@realm at line %d\n", lineno);
|
||||
return (authlist);
|
||||
}
|
||||
stringp = username;
|
||||
|
Reference in New Issue
Block a user