]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
fix missing )
authorHerb Lewis <herb@samba.org>
Fri, 24 Aug 2001 14:34:23 +0000 (14:34 +0000)
committerHerb Lewis <herb@samba.org>
Fri, 24 Aug 2001 14:34:23 +0000 (14:34 +0000)
source/rpc_server/srv_reg_nt.c

index a77f329d4ac684f0fae317b8cf2394742b3afd21..f7263ff266ba3cc8332b7e9fee89ed67898be7ca 100644 (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 */