summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-12-12 00:35:50 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:07:20 -0500
commit65e688f5ddb91ffe3f04c0ed07860d53fe5bf48d (patch)
tree5458f0cdcb5ee1a48de7fddea741ccb110bcbaa2 /source4/librpc
parent59cfd5495eb16550303994a0b04503eb2ae96f4a (diff)
downloadsamba-65e688f5ddb91ffe3f04c0ed07860d53fe5bf48d.tar.gz
samba-65e688f5ddb91ffe3f04c0ed07860d53fe5bf48d.tar.bz2
samba-65e688f5ddb91ffe3f04c0ed07860d53fe5bf48d.zip
r4158: Fix IDL for InitiateShutdown and AbortShutdown and run both only
when dangerous tests are enabled. (This used to be commit a763bd838558bdd7bcab3ca7ee91c1846d7a950f)
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/winreg.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/source4/librpc/idl/winreg.idl b/source4/librpc/idl/winreg.idl
index c80130c9af..5b7530aae3 100644
--- a/source4/librpc/idl/winreg.idl
+++ b/source4/librpc/idl/winreg.idl
@@ -262,17 +262,17 @@
/******************/
/* Function: 0x18 */
WERROR winreg_InitiateSystemShutdown(
- [in] winreg_String hostname,
- [in] winreg_String message,
+ [in] uint16 *hostname,
+ [in] winreg_String *message,
[in] uint32 timeout,
- [in] uint16 flags,
- [out] uint16 status
+ [in] uint8 force_apps,
+ [in] uint8 reboot
);
/******************/
/* Function: 0x19 */
WERROR winreg_AbortSystemShutdown(
- [in,ref] uint16 *server
+ [in] uint16 *server
);
/******************/