summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-01-13 21:48:52 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-01-13 21:48:52 +0000
commit5368372382671c9b5f7d3e8450ed30af31c0ffc4 (patch)
treeb3407b6549b6900e15d04b67a887455380e0f451 /source3/rpc_parse
parent5bbac9dd802cc7a5a5b8a3c6edc4f1cee90c9de7 (diff)
downloadsamba-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/rpc_parse')
-rw-r--r--source3/rpc_parse/parse_reg.c2
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;
}