From: Amos Jeffries Date: Fri, 9 Oct 2015 09:22:23 +0000 (-0700) Subject: Fix build error with IDENT X-Git-Tag: SQUID_4_0_1~5^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c1ebba41bdec624788a1c15fb24b27a4dded6029;p=thirdparty%2Fsquid.git Fix build error with IDENT --- diff --git a/src/acl/FilledChecklist.cc b/src/acl/FilledChecklist.cc index 1bd16af2ed..ce6e241b56 100644 --- a/src/acl/FilledChecklist.cc +++ b/src/acl/FilledChecklist.cc @@ -115,7 +115,7 @@ ACLFilledChecklist::syncAle() const } #if USE_IDENT - if (rfc931 && !al->cache.rfc931) { + if (*rfc931 && !al->cache.rfc931) { showDebugWarning("IDENT"); al->cache.rfc931 = xstrdup(rfc931); }