Assert there are no unhandled commands in cmdmon
This commit is contained in:
parent
8d3d45ea1a
commit
bc7586b3f4
1 changed files with 1 additions and 1 deletions
2
cmdmon.c
2
cmdmon.c
|
@ -2288,7 +2288,7 @@ read_from_cmd_socket(void *anything)
|
|||
break;
|
||||
|
||||
default:
|
||||
/* Ignore message */
|
||||
assert(0);
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue