From: Amos Jeffries Date: Thu, 15 Nov 2012 08:32:53 +0000 (-0700) Subject: Type in squid-3-12447 X-Git-Tag: SQUID_3_4_0_1~507 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=665e9b5bd4e9a9e3cadcd8f6735ab75f512c2e96;p=thirdparty%2Fsquid.git Type in squid-3-12447 --- diff --git a/helpers/digest_auth/file/text_backend.cc b/helpers/digest_auth/file/text_backend.cc index 9890b17de3..507a1ea86c 100644 --- a/helpers/digest_auth/file/text_backend.cc +++ b/helpers/digest_auth/file/text_backend.cc @@ -85,7 +85,7 @@ read_passwd_file(const char *passwordFile, int isHa1Mode) continue; user = strtok(buf, ":\n"); if (!user) { - fprintf(stderr, "digest_file_auth: missing user name at line %u in '%'\n", lineCount, passwordFile); + fprintf(stderr, "digest_file_auth: missing user name at line %u in '%s'\n", lineCount, passwordFile); continue; } realm = strtok(NULL, ":\n");