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

r18727: set the winreg_AbortSystemShutdown() server * to NULL rather than a dummy placeholder

(This used to be commit 92903ab926)
This commit is contained in:
Gerald Carter 2006-09-20 17:59:50 +00:00 committed by Gerald (Jerry) Carter
parent 9dda6cdf4c
commit 8a1439b10d

View File

@ -5109,9 +5109,8 @@ static NTSTATUS rpc_reg_shutdown_abort_internals(const DOM_SID *domain_sid,
const char **argv)
{
NTSTATUS result = NT_STATUS_UNSUCCESSFUL;
uint16_t server = 1;
result = rpccli_winreg_AbortSystemShutdown(pipe_hnd, mem_ctx, &server);
result = rpccli_winreg_AbortSystemShutdown(pipe_hnd, mem_ctx, NULL);
if (NT_STATUS_IS_OK(result)) {
d_printf("\nShutdown successfully aborted\n");