From 9dfa2edd7c04562243db458ddd7671c3b0603ec9 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 5 Sep 2001 04:33:25 +0000 Subject: oh foo (This used to be commit 66c7bb9467c1acaf7e5b310a2ebc753f455b18c9) --- source3/rpcclient/rpcclient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c index a60d7fa3cb..1b7f0f6bd4 100644 --- a/source3/rpcclient/rpcclient.c +++ b/source3/rpcclient/rpcclient.c @@ -651,7 +651,7 @@ static void usage(void) argc -= optind; /* Parse options */ - if (argc < 2) { + if (argc == 0) { usage(); return 0; } -- cgit