summaryrefslogtreecommitdiff
path: root/librpc/idl/initshutdown.idl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-15 16:25:06 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-15 16:25:06 +0200
commit5d408ccf83e0b95459fe5e8a9e31f685b0859973 (patch)
tree4ab5629c8e9df79c2415895bb6717e431f9377fc /librpc/idl/initshutdown.idl
parent310dc3e42d4bc1e2cf30e28b506a37de277799ab (diff)
downloadsamba-5d408ccf83e0b95459fe5e8a9e31f685b0859973.tar.gz
samba-5d408ccf83e0b95459fe5e8a9e31f685b0859973.tar.bz2
samba-5d408ccf83e0b95459fe5e8a9e31f685b0859973.zip
Rename reboot -> do_reboot since the first is a reserved name on FreeBSD.
Diffstat (limited to 'librpc/idl/initshutdown.idl')
-rw-r--r--librpc/idl/initshutdown.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/librpc/idl/initshutdown.idl b/librpc/idl/initshutdown.idl
index ac30be70dd..02b2501c1d 100644
--- a/librpc/idl/initshutdown.idl
+++ b/librpc/idl/initshutdown.idl
@@ -23,7 +23,7 @@ import "lsa.idl";
[in,unique] lsa_StringLarge *message,
[in] uint32 timeout,
[in] uint8 force_apps,
- [in] uint8 reboot
+ [in] uint8 do_reboot
);
WERROR initshutdown_Abort(
@@ -39,7 +39,7 @@ import "lsa.idl";
[in,unique] lsa_StringLarge *message,
[in] uint32 timeout,
[in] uint8 force_apps,
- [in] uint8 reboot,
+ [in] uint8 do_reboot,
[in] uint32 reason
);
}