From: Amos Jeffries Date: Wed, 16 Sep 2009 08:43:41 +0000 (+1200) Subject: Author: Henrik Nordstrom X-Git-Tag: SQUID_3_1_0_14~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b8838d0cada1e6b276d6e2da710c1762bcea5893;p=thirdparty%2Fsquid.git Author: Henrik Nordstrom Bug 2768: squid_ldap_group argument parsing error -K is a boolean argument and should not eath the next argument as data. --- diff --git a/helpers/external_acl/ldap_group/squid_ldap_group.c b/helpers/external_acl/ldap_group/squid_ldap_group.c index 215e401d99..ee8588c295 100644 --- a/helpers/external_acl/ldap_group/squid_ldap_group.c +++ b/helpers/external_acl/ldap_group/squid_ldap_group.c @@ -233,6 +233,7 @@ main(int argc, char **argv) case 'd': case 'g': case 'S': + case 'K': break; default: if (strlen(argv[1]) > 2) {