ckdb - correct reload switch
This commit is contained in:
parent
3eda6a4618
commit
0a9bb12571
@ -7386,10 +7386,11 @@ static bool reload_line(char *filename, uint64_t count, char *buf)
|
||||
switch (cmdnum) {
|
||||
// Ignore
|
||||
case CMD_REPLY:
|
||||
// Shouldn't be there, but ignore also
|
||||
break;
|
||||
// Shouldn't be there
|
||||
case CMD_SHUTDOWN:
|
||||
case CMD_PING:
|
||||
// Non pool commands, shouldn't be there, ignore
|
||||
// Non pool commands, shouldn't be there
|
||||
case CMD_ADDUSER:
|
||||
case CMD_CHKPASS:
|
||||
case CMD_NEWID:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user