From c473ca6259ba02ecc29e0dfaf309ff6665a307b0 Mon Sep 17 00:00:00 2001 From: Jean-François Micouleau Date: Fri, 4 Feb 2000 15:19:28 +0000 Subject: After 3AM, it's getting hard for Luke :-) (This used to be commit 61c970b10adc37412722a6ee54b166d41ed0a071) --- source3/rpcclient/rpcclient.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'source3/rpcclient') 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]); -- cgit