diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-15 16:25:06 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-15 16:25:06 +0200 |
commit | 5d408ccf83e0b95459fe5e8a9e31f685b0859973 (patch) | |
tree | 4ab5629c8e9df79c2415895bb6717e431f9377fc /librpc/idl/initshutdown.idl | |
parent | 310dc3e42d4bc1e2cf30e28b506a37de277799ab (diff) | |
download | samba-5d408ccf83e0b95459fe5e8a9e31f685b0859973.tar.gz samba-5d408ccf83e0b95459fe5e8a9e31f685b0859973.tar.xz 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.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/librpc/idl/initshutdown.idl b/librpc/idl/initshutdown.idl index ac30be70ddb..02b2501c1da 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 ); } |