summaryrefslogtreecommitdiffstats
path: root/source/rpcclient/cmd_reg.c
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-10-30 20:32:40 +0000
committerLuke Leighton <lkcl@samba.org>1999-10-30 20:32:40 +0000
commitbc5d021916a2f070c62011870a80b3b2707aff3b (patch)
treebd3c44a49fb28e26b154c5f1d06befa9038fad2d /source/rpcclient/cmd_reg.c
parent6e3b8a62b95c3dd7b6938ae45f4df8f573c5125d (diff)
downloadsamba-bc5d021916a2f070c62011870a80b3b2707aff3b.tar.gz
samba-bc5d021916a2f070c62011870a80b3b2707aff3b.tar.xz
samba-bc5d021916a2f070c62011870a80b3b2707aff3b.zip
general, drastic improvements to rpcclient.
added samgroup <groupname> command added samgroupmem <groupname> command added proper registry key completion added sam command user-completion (e.g samuser [tab]) added sam command group-completion (e.g samgroup [tab])
Diffstat (limited to 'source/rpcclient/cmd_reg.c')
-rw-r--r--source/rpcclient/cmd_reg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rpcclient/cmd_reg.c b/source/rpcclient/cmd_reg.c
index 4b0c0d83982..4d9cdf5f15e 100644
--- a/source/rpcclient/cmd_reg.c
+++ b/source/rpcclient/cmd_reg.c
@@ -155,7 +155,7 @@ BOOL msrpc_reg_enum_key(struct cli_state *cli, const char* full_keyname,
uint32 unk_1a_response;
- DEBUG(5, ("reg_enum_key: cli->fd:%d\n", cli->fd));
+ DEBUG(5, ("reg_enum_key: %s\n", full_keyname));
/* open WINREG session. */
res = res ? cli_nt_session_open(cli, PIPE_WINREG, &fnum) : False;