]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Fri, 6 Feb 2015 12:12:04 +0000 (12:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Fri, 6 Feb 2015 12:12:04 +0000 (12:12 +0000)
helpers/negotiate_auth/kerberos/negotiate_kerberos_pac.cc

index f9e216fa7ac8fdc50931d1e7e3fddef4fd454f84..26b19ac3dffc0be4573d050c9fd8b6a942c03bce 100644 (file)
@@ -374,7 +374,7 @@ get_ad_groups(char *ad_groups, krb5_context context, krb5_pac pac)
 
     if (!ad_groups) {
         debug((char *) "%s| %s: ERR: No space to store groups\n",
-            LogTime(), PROGRAM);
+              LogTime(), PROGRAM);
         return NULL;
     }