diff options
Diffstat (limited to 'source/rpcclient/rpcclient.c')
-rw-r--r-- | source/rpcclient/rpcclient.c | 3 |
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); } |