cmd handler stuff

This commit is contained in:
2020-11-16 13:29:01 +01:00
parent 2fedba69ec
commit 47a9a413f2

View File

@ -55,7 +55,7 @@ void cmdHandlerEngine(void *handle) {
res = listen(CMD_SOCK);
coloredMsg(LOG_YELLOW, "che, listen returns %d", res);
if (res == SOCK_BUSY) {
if (res == SOCK_OK) {
coloredMsg(LOG_YELLOW, "che, ok, waiting for established");
state = 2;
} else {