oh foo
authorTim Potter <tpot@samba.org>
Wed, 5 Sep 2001 04:33:25 +0000 (04:33 +0000)
committerTim Potter <tpot@samba.org>
Wed, 5 Sep 2001 04:33:25 +0000 (04:33 +0000)
(This used to be commit 66c7bb9467c1acaf7e5b310a2ebc753f455b18c9)

source3/rpcclient/rpcclient.c

index a60d7fa3cb362a9331876553cac5174a395b33a3..1b7f0f6bd4eae182c83db0b7e2d5d252ca608ed6 100644 (file)
@@ -651,7 +651,7 @@ static void usage(void)
        argc -= optind;
 
        /* Parse options */
-       if (argc < 2) {
+       if (argc == 0) {
                usage();
                return 0;
        }