From: Henrik Nordstrom Date: Mon, 14 Sep 2009 22:50:20 +0000 (+0200) Subject: Bug 2768 - squid_ldap_group argument parsing error X-Git-Tag: SQUID_3_2_0_1~722 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8c97fc7bd89aacd768856eae5dff5879db4ea385;p=thirdparty%2Fsquid.git 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) {