From: hno <> Date: Sun, 8 May 2005 12:42:10 +0000 (+0000) Subject: Bug #1166: Configuration confusing when empty acls are encountered X-Git-Tag: SQUID_3_0_PRE4~776 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=079170d40240e3699a1d4083841c26b99e247e41;p=thirdparty%2Fsquid.git Bug #1166: Configuration confusing when empty acls are encountered Warn on empty proxy_auth acls. --- diff --git a/src/ACLProxyAuth.cc b/src/ACLProxyAuth.cc index 2e35615afd..c0a456f5e9 100644 --- a/src/ACLProxyAuth.cc +++ b/src/ACLProxyAuth.cc @@ -97,7 +97,7 @@ ACLProxyAuth::dump() const bool ACLProxyAuth::empty () const { - return data == NULL; + return data->empty(); } bool