diff options
Diffstat (limited to 'parser.c')
-rw-r--r-- | parser.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2335,7 +2335,8 @@ static int Go_delay_test58(gchar** response, int channel, char *parameter,char * return status; } globals.ChannelState[channel].test_delay_mode=on_off; - return Set_Mux(channel); + Set_Mux(channel); + return OK; break; default: |