mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-31 18:55:19 +00:00
Accidentally left off a semicolon only in 1.8 somehow for previous patch.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@351765 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -15905,7 +15905,7 @@ static enum check_auth_result check_peer_ok(struct sip_pvt *p, char *of,
|
|||||||
ast_string_field_set(p, context, peer->context);
|
ast_string_field_set(p, context, peer->context);
|
||||||
}
|
}
|
||||||
if (!ast_strlen_zero(peer->mwi_from)) {
|
if (!ast_strlen_zero(peer->mwi_from)) {
|
||||||
ast_string_field_set(p, mwi_from, peer->mwi_from)
|
ast_string_field_set(p, mwi_from, peer->mwi_from);
|
||||||
}
|
}
|
||||||
|
|
||||||
ast_string_field_set(p, peersecret, peer->secret);
|
ast_string_field_set(p, peersecret, peer->secret);
|
||||||
|
|||||||
Reference in New Issue
Block a user