1
0
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:
Falk Werner
2023-01-15 14:55:31 +01:00
parent f12f461154
commit 8c290b8c02
10 changed files with 198 additions and 6 deletions

View File

@@ -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;