diff options
author | Tim Potter <tpot@samba.org> | 2001-09-05 04:33:25 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-09-05 04:33:25 +0000 |
commit | 9dfa2edd7c04562243db458ddd7671c3b0603ec9 (patch) | |
tree | 98cf1eb1875696dbe4f617c1a0d53fc8b8608873 /source3 | |
parent | 9888362b39d8e1383cc7209f2f414d6d34f3df8e (diff) | |
download | samba-9dfa2edd7c04562243db458ddd7671c3b0603ec9.tar.gz samba-9dfa2edd7c04562243db458ddd7671c3b0603ec9.tar.bz2 samba-9dfa2edd7c04562243db458ddd7671c3b0603ec9.zip |
oh foo
(This used to be commit 66c7bb9467c1acaf7e5b310a2ebc753f455b18c9)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/rpcclient/rpcclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |