]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Accidentally left off a semicolon only in 1.8 somehow for previous patch.
authorJonathan Rose <jrose@digium.com>
Fri, 20 Jan 2012 16:01:32 +0000 (16:01 +0000)
committerJonathan Rose <jrose@digium.com>
Fri, 20 Jan 2012 16:01:32 +0000 (16:01 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@351765 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index 64b40c9701b8bf18650ef78e95566b4ff15dfcec..b4602dc06923f43c13e883e1f3d22dd00115d148 100644 (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);