fixed missink break in switch

This commit is contained in:
ilsimo 2006-10-16 11:25:47 +00:00
parent 0c9a9d8b1a
commit 7698f5f441

View File

@ -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 */