cmd handler stuff
This commit is contained in:
@ -125,7 +125,7 @@ void cmdHandlerEngine(void *handle) {
|
||||
coloredMsg(LOG_YELLOW, "che, sockState is 0x%02x", sockState);
|
||||
if (sockState == SOCK_CLOSED) {
|
||||
coloredMsg(LOG_YELLOW, "che, socket is closed now");
|
||||
state = 1;
|
||||
state = 0;
|
||||
}
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user