summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorJean-François Micouleau <jfm@samba.org>2000-02-04 15:19:28 +0000
committerJean-François Micouleau <jfm@samba.org>2000-02-04 15:19:28 +0000
commit61c970b10adc37412722a6ee54b166d41ed0a071 (patch)
tree4639f8a65c3b1e4d0dfc993357f4886818802045 /source
parentccbd936211d4bfc8687cef78405ae58127289d13 (diff)
downloadsamba-61c970b10adc37412722a6ee54b166d41ed0a071.tar.gz
samba-61c970b10adc37412722a6ee54b166d41ed0a071.tar.xz
samba-61c970b10adc37412722a6ee54b166d41ed0a071.zip
After 3AM, it's getting hard for Luke :-)
Diffstat (limited to 'source')
-rw-r--r--source/rpcclient/rpcclient.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/source/rpcclient/rpcclient.c b/source/rpcclient/rpcclient.c
index d8c4757991c..187d51c3ad6 100644
--- a/source/rpcclient/rpcclient.c
+++ b/source/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]);