Fixed segv if debuggin is enabled
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@371 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.3.14
parent
d162ea1385
commit
232e6158a9
|
@ -879,7 +879,7 @@ int http_auth_digest_check(server *srv, connection *con, mod_auth_plugin_data *p
|
|||
/* digest not ok */
|
||||
|
||||
if (p->conf.auth_debug) {
|
||||
log_error_write(srv, __FILE__, __LINE__, "ssssb",
|
||||
log_error_write(srv, __FILE__, __LINE__, "sss",
|
||||
"digest: digest mismatch", a2, respons);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue