This commit is contained in:
Evgeny Grin (Karlson2k)
2023-09-27 20:35:10 +03:00
parent 93bc2751bf
commit d588a45578
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ enum MHD_CheckNonceNC_
/**
* The 'nonce' is wrong, it was not generated before.
*/
MHD_CHECK_NONCENC_WRONG = MHD_DAUTH_NONCE_WRONG,
MHD_CHECK_NONCENC_WRONG = MHD_DAUTH_NONCE_WRONG
};
+1 -1
View File
@@ -88,7 +88,7 @@ kill_curl (pid_t pid)
{
int status;
/* fprintf (stderr, "Killing curl\n"); /
/* fprintf (stderr, "Killing curl\n"); */
kill (pid, SIGTERM);
waitpid (pid, &status, 0);
}