From: Amos Jeffries Date: Fri, 2 Oct 2009 08:14:08 +0000 (+1300) Subject: Author: Henrik Nordstrom X-Git-Tag: SQUID_3_0_STABLE20~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3573d1096b70094df850a63b66d3b47e840a413;p=thirdparty%2Fsquid.git Author: Henrik Nordstrom Bug 2768: squid_ldap_group argument parsing error -K is a boolean argument and should not eat 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 62a8c4baf6..bc930ed45a 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) {