summaryrefslogtreecommitdiff
path: root/source3/rpcclient/rpcclient.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-09-20 15:58:48 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:00:51 -0500
commita6ddf9bf5d2258a26f6cb5d1913ebc949678f216 (patch)
tree87429683542f8aa72cf793627fc3ddaed8566713 /source3/rpcclient/rpcclient.c
parentc4046b0e883de51d211a83adcc08b7497237dc6e (diff)
downloadsamba-a6ddf9bf5d2258a26f6cb5d1913ebc949678f216.tar.gz
samba-a6ddf9bf5d2258a26f6cb5d1913ebc949678f216.tar.bz2
samba-a6ddf9bf5d2258a26f6cb5d1913ebc949678f216.zip
r18711: Replace the following hand code client routines:
* rpccli_reg_abort_shutdown() * rpccli_reg_flush_key() Remove the cmd_reg.c from rpcclient since the entire file was unused (This used to be commit c4788f0c1398feb098f131aa5c4d0398d7489527)
Diffstat (limited to 'source3/rpcclient/rpcclient.c')
-rw-r--r--source3/rpcclient/rpcclient.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c
index 44fdd82bfa..be8adcfe54 100644
--- a/source3/rpcclient/rpcclient.c
+++ b/source3/rpcclient/rpcclient.c
@@ -465,7 +465,6 @@ extern struct cmd_set spoolss_commands[];
extern struct cmd_set netlogon_commands[];
extern struct cmd_set srvsvc_commands[];
extern struct cmd_set dfs_commands[];
-extern struct cmd_set reg_commands[];
extern struct cmd_set ds_commands[];
extern struct cmd_set echo_commands[];
extern struct cmd_set shutdown_commands[];
@@ -481,7 +480,6 @@ static struct cmd_set *rpcclient_command_list[] = {
netlogon_commands,
srvsvc_commands,
dfs_commands,
- reg_commands,
echo_commands,
shutdown_commands,
test_commands,