fixed missink break in switch

ulab-original
ilsimo 18 years ago
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…
Cancel
Save