]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Author: Henrik Nordstrom <henrik@henriknordstrom.net>
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 2 Oct 2009 08:14:08 +0000 (21:14 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 2 Oct 2009 08:14:08 +0000 (21:14 +1300)
Bug 2768: squid_ldap_group argument parsing error

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

helpers/external_acl/ldap_group/squid_ldap_group.c

index 62a8c4baf6009dc81d48d35311291bc90cb23cb2..bc930ed45a7083f1df6aa6066212a4fdbd01c470 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) {