]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug 2768 - squid_ldap_group argument parsing error
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Mon, 14 Sep 2009 22:50:20 +0000 (00:50 +0200)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Mon, 14 Sep 2009 22:50:20 +0000 (00:50 +0200)
-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) {