]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
This is what I get for coding while tired.. sorry ;/
authorNorth Antara <north@ntbox.com>
Thu, 1 Jun 2006 15:44:35 +0000 (15:44 +0000)
committerNorth Antara <north@ntbox.com>
Thu, 1 Jun 2006 15:44:35 +0000 (15:44 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31385 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_skinny.c

index 249541c32cffabc3d88765526915633211a71305..db10d829f38ee3aa8321b026c4bbe38a7014a535 100644 (file)
@@ -3123,8 +3123,7 @@ static int reload_config(void)
        v = ast_variable_browse(cfg, "general");
        while(v) {
                /* handle jb conf */
-               if (!ast_jb_read_conf(&global_jbconf, v->name, v->value))
-               {
+               if (!ast_jb_read_conf(&global_jbconf, v->name, v->value)) {
                        v = v->next;
                        continue;
                }