IssueID #241 Left out one spot.. My machine but be very forgiving cause
authorRick Bird <nveid@bender.theari.com>
Tue, 19 Apr 2011 02:33:35 +0000 (22:33 -0400)
committerRick Bird <nveid@bender.theari.com>
Tue, 19 Apr 2011 02:33:35 +0000 (22:33 -0400)
it got through on mine and worked.

src/command.c

index 896b4123c852e78d0a47b5a4cc287e03798c8a75..d7c863a0e27b51e062e1ac878eb9224fd039da3c 100644 (file)
@@ -523,7 +523,7 @@ make_command(const char *name, int type, const char *sw, command_func func, cons
       break;
     }
   case CMD_LOAD_DONE:{
-      switch_mask *mask = switchmask(sw);
+      switch_mask mask = switchmask(sw);
       if (mask) {
         cmd->sw.mask = SW_ALLOC();
         SW_COPY(cmd->sw.mask, mask);