From: Source Maintenance Date: Fri, 6 Feb 2015 12:12:04 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: merge-candidate-3-v1~282 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=085c4f2126063f7b626d0870da99c8b566d03cef;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/helpers/negotiate_auth/kerberos/negotiate_kerberos_pac.cc b/helpers/negotiate_auth/kerberos/negotiate_kerberos_pac.cc index f9e216fa7a..26b19ac3df 100644 --- a/helpers/negotiate_auth/kerberos/negotiate_kerberos_pac.cc +++ b/helpers/negotiate_auth/kerberos/negotiate_kerberos_pac.cc @@ -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; }