mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
digestauth: fixed bits manipulations
No functional change as the rest of the code does not support sessions. Reported by Martin Strunz (maddin200)
This commit is contained in:
@@ -215,7 +215,7 @@ get_base_digest_algo (enum MHD_DigestAuthAlgo3 algo3)
|
||||
((unsigned int) algo3)
|
||||
& ~((unsigned int)
|
||||
(MHD_DIGEST_AUTH_ALGO3_NON_SESSION
|
||||
| MHD_DIGEST_AUTH_ALGO3_NON_SESSION));
|
||||
| MHD_DIGEST_AUTH_ALGO3_SESSION));
|
||||
return (enum MHD_DigestBaseAlgo) base_algo;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user