Return false when "Unable to fork"

This commit is contained in:
Máté Kocsis 2019-11-15 20:50:33 +01:00
parent 6f9248359e
commit 16e68ac53a
No known key found for this signature in database
GPG key ID: FD055E41728BF310

View file

@ -197,6 +197,7 @@ done:
return pclose_return;
err:
pclose_return = -1;
RETVAL_FALSE;
goto done;
}
/* }}} */