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:
Jonathan Rose
2012-01-20 16:01:32 +00:00
parent 4a76662bca
commit e2629535cb

View File

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