mirror of
https://github.com/falk-werner/webfuse
synced 2026-03-02 03:40:24 +00:00
webfuse-server: add header-based authentication
This commit is contained in:
@@ -80,7 +80,7 @@ int process::wait()
|
||||
{
|
||||
int status = 0;
|
||||
int rc = waitpid(pid, &status, 0);
|
||||
if (rc == 0)
|
||||
if (rc == pid)
|
||||
{
|
||||
exit_code = WEXITSTATUS(status);
|
||||
pid = 0;
|
||||
|
||||
Reference in New Issue
Block a user