summaryrefslogtreecommitdiffstats
path: root/source/utils
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-09-15 18:32:43 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:51:50 -0500
commit23a882861311d9d6ca45af1bfcc90d05846ba3a9 (patch)
tree7514a80f64a847ce60780e980c71b761f4f6065c /source/utils
parent06a75f3b935b30c60ab4690634b26cdcd7f02b90 (diff)
downloadsamba-23a882861311d9d6ca45af1bfcc90d05846ba3a9.tar.gz
samba-23a882861311d9d6ca45af1bfcc90d05846ba3a9.tar.xz
samba-23a882861311d9d6ca45af1bfcc90d05846ba3a9.zip
r18560: * Add in the winreg and initshutdown IDL files
* rename PI_SHUTDOWN from include/smb.h to PI_INITSHUTDOWN for compatibility with pidl libndr output
Diffstat (limited to 'source/utils')
-rw-r--r--source/utils/net_rpc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/utils/net_rpc.c b/source/utils/net_rpc.c
index b05eff8088f..55c3ed21ac5 100644
--- a/source/utils/net_rpc.c
+++ b/source/utils/net_rpc.c
@@ -5133,7 +5133,7 @@ static NTSTATUS rpc_reg_shutdown_abort_internals(const DOM_SID *domain_sid,
static int rpc_shutdown_abort(int argc, const char **argv)
{
- int rc = run_rpc_command(NULL, PI_SHUTDOWN, 0,
+ int rc = run_rpc_command(NULL, PI_INITSHUTDOWN, 0,
rpc_shutdown_abort_internals,
argc, argv);
@@ -5282,7 +5282,7 @@ static NTSTATUS rpc_reg_shutdown_internals(const DOM_SID *domain_sid,
static int rpc_shutdown(int argc, const char **argv)
{
- int rc = run_rpc_command(NULL, PI_SHUTDOWN, 0,
+ int rc = run_rpc_command(NULL, PI_INITSHUTDOWN, 0,
rpc_init_shutdown_internals,
argc, argv);