]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
I am pretty sure that oej only meant to change the variable name in the source, not...
authorJoshua Colp <jcolp@digium.com>
Thu, 30 Nov 2006 03:29:42 +0000 (03:29 +0000)
committerJoshua Colp <jcolp@digium.com>
Thu, 30 Nov 2006 03:29:42 +0000 (03:29 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48123 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index 3c0cb2102a06bf2b49d84e89ec1687359d6b6882..388ed767632aeceb21af88505b0326d347860dac 100644 (file)
@@ -16308,7 +16308,7 @@ static int reload_config(enum channelreloadreason reason)
                        autocreatepeer = ast_true(v->value);
                } else if (!strcasecmp(v->name, "match_auth_username")) {
                        global_match_auth_username = ast_true(v->value);
-               } else if (!strcasecmp(v->name, "global_srvlookup")) {
+               } else if (!strcasecmp(v->name, "srvlookup")) {
                        global_srvlookup = ast_true(v->value);
                } else if (!strcasecmp(v->name, "pedantic")) {
                        pedanticsipchecking = ast_true(v->value);