Fixed segv if debuggin is enabled

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@371 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.3.14
Jan Kneschke 2005-06-05 20:47:37 +00:00
parent d162ea1385
commit 232e6158a9
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}