diff options
author | Jean-François Micouleau <jfm@samba.org> | 2000-02-04 15:19:28 +0000 |
---|---|---|
committer | Jean-François Micouleau <jfm@samba.org> | 2000-02-04 15:19:28 +0000 |
commit | c473ca6259ba02ecc29e0dfaf309ff6665a307b0 (patch) | |
tree | be9306e2dcc7b2c2793e672c79009d7657dfa18f | |
parent | 3b6298b001467ff3d700624cf2bae5b1dc963a4c (diff) | |
download | samba-c473ca6259ba02ecc29e0dfaf309ff6665a307b0.tar.gz samba-c473ca6259ba02ecc29e0dfaf309ff6665a307b0.tar.bz2 samba-c473ca6259ba02ecc29e0dfaf309ff6665a307b0.zip |
After 3AM, it's getting hard for Luke :-)
(This used to be commit 61c970b10adc37412722a6ee54b166d41ed0a071)
-rw-r--r-- | source3/rpcclient/rpcclient.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c index d8c4757991..187d51c3ad 100644 --- a/source3/rpcclient/rpcclient.c +++ b/source3/rpcclient/rpcclient.c @@ -386,11 +386,6 @@ enum client_action int main(int argc,char *argv[]) { BOOL interactive = True; - - printf("Please use rpcclient from the SAMBA_TNG cvs tag.\n"); - printf("Please refer to http://samba.org/cvs.html for details.\n"); - exit(-1); - int opt; extern FILE *dbf; extern char *optarg; @@ -407,6 +402,10 @@ enum client_action pstring password; /* local copy only, if one is entered */ + printf("Please use rpcclient from the SAMBA_TNG cvs tag.\n"); + printf("Please refer to http://samba.org/cvs.html for details.\n"); + exit(-1); + out_hnd = stdout; fstrcpy(debugf, argv[0]); |