]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix build error with IDENT
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 9 Oct 2015 09:22:23 +0000 (02:22 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 9 Oct 2015 09:22:23 +0000 (02:22 -0700)
src/acl/FilledChecklist.cc

index 1bd16af2edf26ae1f979bf1bee4389eb1a7b8717..ce6e241b563a2da0ae2d740d747f469d9e15ed9f 100644 (file)
@@ -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);
     }