bugfix
This commit is contained in:
parent
6073abb12d
commit
3704d2b829
@ -46,6 +46,7 @@ ReturnValue_t CommandExecutor::execute() {
|
|||||||
currentFd = fileno(currentCmdFile);
|
currentFd = fileno(currentCmdFile);
|
||||||
waiter.fd = currentFd;
|
waiter.fd = currentFd;
|
||||||
}
|
}
|
||||||
|
state = States::PENDING;
|
||||||
return HasReturnvaluesIF::RETURN_OK;
|
return HasReturnvaluesIF::RETURN_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user