diff options
author | Andrew Bartlett <abartlet@samba.org> | 2003-01-13 21:48:52 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2003-01-13 21:48:52 +0000 |
commit | 5368372382671c9b5f7d3e8450ed30af31c0ffc4 (patch) | |
tree | b3407b6549b6900e15d04b67a887455380e0f451 /source3 | |
parent | 5bbac9dd802cc7a5a5b8a3c6edc4f1cee90c9de7 (diff) | |
download | samba-5368372382671c9b5f7d3e8450ed30af31c0ffc4.tar.gz samba-5368372382671c9b5f7d3e8450ed30af31c0ffc4.tar.bz2 samba-5368372382671c9b5f7d3e8450ed30af31c0ffc4.zip |
Fix typo, and the build.
(This used to be commit d7452e73b511ceaebfaed66c18e7c61cbe0289d2)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/rpc_parse/parse_reg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_parse/parse_reg.c b/source3/rpc_parse/parse_reg.c index bb9bda5cc2..b4d20bf2ba 100644 --- a/source3/rpc_parse/parse_reg.c +++ b/source3/rpc_parse/parse_reg.c @@ -1751,7 +1751,7 @@ void init_reg_q_shutdown(REG_Q_SHUTDOWN * q_s, const char *msg, q_s->timeout = timeout; - q_s->do_reboot = reboot ? 1 : 0; + q_s->reboot = do_reboot ? 1 : 0; q_s->force = force ? 1 : 0; } |