]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Author: Henrik Nordstrom <henrik@henriknordstrom.net>
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 16 Sep 2009 08:43:41 +0000 (20:43 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 16 Sep 2009 08:43:41 +0000 (20:43 +1200)
Bug 2768: squid_ldap_group argument parsing error

-K is a boolean argument and should not eath the next argument as data.

helpers/external_acl/ldap_group/squid_ldap_group.c

index 215e401d99e69bbf212230ae7630a8f6b2066723..ee8588c2954d2e8947dfdbbf0e0e031b4c160941 100644 (file)
@@ -233,6 +233,7 @@ main(int argc, char **argv)
         case 'd':
         case 'g':
         case 'S':
+       case 'K':
             break;
         default:
             if (strlen(argv[1]) > 2) {