mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
Correction for 93bc2751bf
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user