diff options
author | Jim McDonough <jmcd@samba.org> | 2003-10-24 13:49:25 +0000 |
---|---|---|
committer | Jim McDonough <jmcd@samba.org> | 2003-10-24 13:49:25 +0000 |
commit | 65ae858c1b49efa64c759a914b09204eca14db42 (patch) | |
tree | 55729d4e511f6824b2b4496e6df55ce769dc6435 /source3/rpcclient/rpcclient.c | |
parent | 6258550534050e59a80ae8e39d9fb308b2e648fb (diff) | |
download | samba-65ae858c1b49efa64c759a914b09204eca14db42.tar.gz samba-65ae858c1b49efa64c759a914b09204eca14db42.tar.bz2 samba-65ae858c1b49efa64c759a914b09204eca14db42.zip |
Add initshutdown pipe commands to rpcclient. Second part of fix to bug
#534
(This used to be commit 99f4fa54497ba1c0fc0ba39d51b3ce201a8e6cd2)
Diffstat (limited to 'source3/rpcclient/rpcclient.c')
-rw-r--r-- | source3/rpcclient/rpcclient.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c index f60cb67cba..0b60dea2fa 100644 --- a/source3/rpcclient/rpcclient.c +++ b/source3/rpcclient/rpcclient.c @@ -462,6 +462,7 @@ 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[]; extern struct cmd_set epm_commands[]; static struct cmd_set *rpcclient_command_list[] = { @@ -475,6 +476,7 @@ static struct cmd_set *rpcclient_command_list[] = { dfs_commands, reg_commands, echo_commands, + shutdown_commands, epm_commands, NULL }; |