From: Amos Jeffries Date: Thu, 1 Oct 2015 12:51:14 +0000 (-0700) Subject: IDENT is optional X-Git-Tag: SQUID_4_0_1~5^2~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=33c2eb4d63138985b9f6888bd1a94d8d6468a8f2;p=thirdparty%2Fsquid.git IDENT is optional --- diff --git a/src/external_acl.cc b/src/external_acl.cc index e5f466edf2..ac52a51c37 100644 --- a/src/external_acl.cc +++ b/src/external_acl.cc @@ -742,6 +742,7 @@ makeExternalAclKey(ACLFilledChecklist * ch, external_acl_data * acl_data) ch->al->_private.lastAclData = sb.c_str(); } +#if USE_IDENT if (t->type == Format::LFT_USER_IDENT) { if (!*ch->rfc931) { // if we fail to go async, we still return NULL and the caller @@ -750,6 +751,7 @@ makeExternalAclKey(ACLFilledChecklist * ch, external_acl_data * acl_data) return NULL; } } +#endif } // assemble the full helper lookup string