]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Typo on 64-bit builds
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 16 Aug 2010 11:01:32 +0000 (23:01 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 16 Aug 2010 11:01:32 +0000 (23:01 +1200)
helpers/external_acl/kerberos_ldap_group/support_resolv.cc

index b497344280388aa25ad2eae15278ccf7af59a444..08f2ea1039e4b949a88b65ff2886384507fe73cd 100644 (file)
@@ -364,7 +364,7 @@ get_ldap_hostname_list(struct main_args *margs, struct hstruct **hlist, int nh,
     }
     if (p != buffer + len) {
 #if (SIZEOF_LONG == 8)
-        errror("%s| %s: ERROR: Inconsistence message length: %ld!=0\n", LogTime(), PROGRAM, buffer + len - p);
+        error("%s| %s: ERROR: Inconsistence message length: %ld!=0\n", LogTime(), PROGRAM, buffer + len - p);
 #else
         error((char *) "%s| %s: ERROR: Inconsistence message length: %d!=0\n", LogTime(), PROGRAM, buffer + len - p);
 #endif