summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-05-24 02:21:18 +0000
committerTim Potter <tpot@samba.org>2001-05-24 02:21:18 +0000
commit3d876c5df1792382f351b05375e7269bd7b59365 (patch)
treeca927a48fa4ac17594cdf4d2bdac350b90f2b0b5
parentb30730b56e06647c826531f3f4e76f5b7cefe2db (diff)
downloadsamba-3d876c5df1792382f351b05375e7269bd7b59365.tar.gz
samba-3d876c5df1792382f351b05375e7269bd7b59365.tar.bz2
samba-3d876c5df1792382f351b05375e7269bd7b59365.zip
Removed some level 0 debugs accidentally left in - oops.
(This used to be commit c4e7ce267f63c1b1b0942d8b0a434f6e44a5312f)
-rw-r--r--source3/rpcclient/rpcclient.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c
index 6258e803bf..6707721651 100644
--- a/source3/rpcclient/rpcclient.c
+++ b/source3/rpcclient/rpcclient.c
@@ -648,10 +648,7 @@ static void usage(char *pname)
fstring cmd;
char *p = cmdstr;
- DEBUG(0, ("cmdstr = '%s'\n", cmdstr));
-
while(next_token(&p, cmd, ";", sizeof(fstring))) {
- DEBUG(0, ("cmd = '%s'\n", cmd));
process_cmd(&cli, cmd);
}