mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
-typo
This commit is contained in:
@@ -2931,7 +2931,7 @@ MHD_queue_auth_required_response3 (struct MHD_Connection *connection,
|
||||
if ((0 != userhash_support) || (0 != prefer_utf8))
|
||||
MHD_DLOG (connection->daemon,
|
||||
_ ("The 'userhash' and 'charset' ('prefer_utf8') parameters " \
|
||||
"are not compatible with RFC2069 and igored.\n"));
|
||||
"are not compatible with RFC2069 and ignored.\n"));
|
||||
#endif
|
||||
userhash_support = 0;
|
||||
prefer_utf8 = 0;
|
||||
|
||||
Reference in New Issue
Block a user