This commit is contained in:
Christian Grothoff 2020-01-20 02:45:21 +01:00
parent aaa57167db
commit f616d29005
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -841,6 +841,8 @@ run_single_request ()
} }
MHD_run (mhd); MHD_run (mhd);
} }
MHD_stop_daemon (mhd);
mhd = NULL;
if (cld != waitpid (cld, if (cld != waitpid (cld,
&status, &status,
0)) 0))