aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/digestauth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/digestauth.c')
-rw-r--r--src/daemon/digestauth.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/daemon/digestauth.c b/src/daemon/digestauth.c
index 3143ea5c..d6c26114 100644
--- a/src/daemon/digestauth.c
+++ b/src/daemon/digestauth.c
@@ -736,6 +736,9 @@ MHD_digest_auth_check (struct MHD_Connection *connection,
736 * @param connection The MHD connection structure 736 * @param connection The MHD connection structure
737 * @param realm the realm presented to the client 737 * @param realm the realm presented to the client
738 * @param opaque string to user for opaque value 738 * @param opaque string to user for opaque value
739 * @param response reply to send; should contain the "access denied"
740 * body; note that this function will set the "WWW Authenticate"
741 * header and that the caller should not do this
739 * @param signal_stale MHD_YES if the nonce is invalid to add 742 * @param signal_stale MHD_YES if the nonce is invalid to add
740 * 'stale=true' to the authentication header 743 * 'stale=true' to the authentication header
741 * @return MHD_YES on success, MHD_NO otherwise 744 * @return MHD_YES on success, MHD_NO otherwise