]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Initialize a variable to NULL to make the world happy.
authorJoshua Colp <jcolp@digium.com>
Tue, 18 Sep 2007 23:41:02 +0000 (23:41 +0000)
committerJoshua Colp <jcolp@digium.com>
Tue, 18 Sep 2007 23:41:02 +0000 (23:41 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82961 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_queue.c

index fe2bd4987c8f261fcbc3364774b73f16f6902466..a5fe870eaea9ea50d2f21dcafb91cbf73520034e 100644 (file)
@@ -3849,7 +3849,7 @@ static int reload_queues(void)
        const char *general_val = NULL;
        char parse[80];
        char *interface;
-       char *membername;
+       char *membername = NULL;
        int penalty;
        AST_DECLARE_APP_ARGS(args,
                AST_APP_ARG(interface);