summaryrefslogtreecommitdiff
path: root/source3/rpcclient
diff options
context:
space:
mode:
Diffstat (limited to 'source3/rpcclient')
-rw-r--r--source3/rpcclient/rpcclient.c9
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]);