summaryrefslogtreecommitdiffstats
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
commitc4e7ce267f63c1b1b0942d8b0a434f6e44a5312f (patch)
tree18b88aa34d0c29a7e5306f5be20b40d8291d3f2d
parentc9b4ed79c84dde3421c457cd0a33dae5d84fcae1 (diff)
downloadsamba-c4e7ce267f63c1b1b0942d8b0a434f6e44a5312f.tar.gz
samba-c4e7ce267f63c1b1b0942d8b0a434f6e44a5312f.tar.xz
samba-c4e7ce267f63c1b1b0942d8b0a434f6e44a5312f.zip
Removed some level 0 debugs accidentally left in - oops.
-rw-r--r--source/rpcclient/rpcclient.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/rpcclient/rpcclient.c b/source/rpcclient/rpcclient.c
index 6258e803bfe..67077216513 100644
--- a/source/rpcclient/rpcclient.c
+++ b/source/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);
}