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

fix missing )

This commit is contained in:
Herb Lewis
-
parent 3b40ec4f14
commit f3bc6b5d68

View File

@@ -200,7 +200,7 @@ uint32 _reg_shutdown(pipes_struct *p, REG_Q_SHUTDOWN *q_u, REG_R_SHUTDOWN *r_u)
/* message */
rpcstr_pull (message, unimsg.buffer, sizeof(message), unimsg.uni_str_len*2,0);
/* security check */
alpha_strcpy (chkmsg, message, NULL, sizeof(message);
alpha_strcpy (chkmsg, message, NULL, sizeof(message));
/* timeout */
snprintf(timeout, sizeof(timeout), "%d", q_u->timeout);
/* reboot */