From bf30785d1bd6ff1af7b50fbad91773ff1789a6f0 Mon Sep 17 00:00:00 2001 From: robertc <> Date: Tue, 21 Dec 2004 02:13:54 +0000 Subject: [PATCH] oops, broke auth_digest builds with a bad commit --- src/auth/digest/auth_digest.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/auth/digest/auth_digest.cc b/src/auth/digest/auth_digest.cc index cc2e5b7d0a..f7927ba5ad 100644 --- a/src/auth/digest/auth_digest.cc +++ b/src/auth/digest/auth_digest.cc @@ -1,6 +1,6 @@ /* - * $Id: auth_digest.cc,v 1.39 2004/12/20 18:28:09 robertc Exp $ + * $Id: auth_digest.cc,v 1.40 2004/12/20 19:13:54 robertc Exp $ * * DEBUG: section 29 Authenticator * AUTHOR: Robert Collins @@ -1360,7 +1360,9 @@ AuthDigestUserRequest::module_start(RH * handler, void *data) lock() - snprintf(buf, 8192, "\"%s\":\"%s\"\n", digest_user->username(), realm); + ; + + snprintf(buf, 8192, "\"%s\":\"%s\"\n", digest_user->username(), realm); helperSubmit(digestauthenticators, buf, authenticateDigestHandleReply, r); } -- 2.47.3