]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
fix for non-OSP builds (issue #7217)
authorKevin P. Fleming <kpfleming@digium.com>
Wed, 24 May 2006 12:31:45 +0000 (12:31 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Wed, 24 May 2006 12:31:45 +0000 (12:31 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@29959 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index e768e2644c81ea8795b28e8e084763c982b597ab..18929876a2307477c84d69de2d5ab3dd2ccbca8d 100644 (file)
@@ -7313,8 +7313,8 @@ static int check_user_full(struct sip_pvt *p, struct sip_request *req, int sipme
                        } else if (global_allowguest == 2) {
                                ast_copy_flags(p, &global_flags, SIP_OSPAUTH);
                                res = check_auth(p, req, p->randdata, sizeof(p->randdata), "", "", "", sipmethod, uri, reliable, ignore); 
-                       }
 #endif
+                       }
                }
 
        }