1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Fix typo, and the build.

This commit is contained in:
Andrew Bartlett 0001-01-01 00:00:00 +00:00
parent 9a38e37811
commit d7452e73b5

View File

@ -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;
}