fixed missink break in switch
This commit is contained in:
parent
0c9a9d8b1a
commit
7698f5f441
@ -64,6 +64,7 @@ scp_process_start(void* sck)
|
||||
{
|
||||
//scp_v1_process();
|
||||
}
|
||||
break;
|
||||
|
||||
case SCP_SERVER_STATE_VERSION_ERR:
|
||||
/* an unknown scp version was requested, so we shut down the */
|
||||
|
Loading…
Reference in New Issue
Block a user