]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
oops, broke auth_digest builds with a bad commit
authorrobertc <>
Tue, 21 Dec 2004 02:13:54 +0000 (02:13 +0000)
committerrobertc <>
Tue, 21 Dec 2004 02:13:54 +0000 (02:13 +0000)
src/auth/digest/auth_digest.cc

index cc2e5b7d0a3d815647a349718ce49fdbc7c04a63..f7927ba5adaacfdf5caefad5465fabb464d8e571 100644 (file)
@@ -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);
 }