FS-11785 [core] fix scan-build issues

This commit is contained in:
Chris Rienzo
2019-05-03 00:58:51 +00:00
committed by Andrey Volk
parent bc6fe22a0b
commit 239bf913f4
4 changed files with 6 additions and 15 deletions
+1
View File
@@ -3679,6 +3679,7 @@ static void do_execute_on(switch_channel_t *channel, const char *variable)
}
}
switch_assert(app != NULL);
if (!strncasecmp(app, "perl", 4)) {
bg++;
}