diff options
author | Herb Lewis <herb@samba.org> | 2001-08-24 14:34:23 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2001-08-24 14:34:23 +0000 |
commit | f3bc6b5d68bdb01b07b9d780f5ba81c05e22f48c (patch) | |
tree | afd17ffeb5a240a5f9fc0048ef05d05f60bbfbfc | |
parent | 3b40ec4f149a8813c1d68f184858e2ddd605d8fd (diff) | |
download | samba-f3bc6b5d68bdb01b07b9d780f5ba81c05e22f48c.tar.gz samba-f3bc6b5d68bdb01b07b9d780f5ba81c05e22f48c.tar.xz samba-f3bc6b5d68bdb01b07b9d780f5ba81c05e22f48c.zip |
fix missing )
-rw-r--r-- | source/rpc_server/srv_reg_nt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rpc_server/srv_reg_nt.c b/source/rpc_server/srv_reg_nt.c index a77f329d4ac..f7263ff266b 100644 --- a/source/rpc_server/srv_reg_nt.c +++ b/source/rpc_server/srv_reg_nt.c @@ -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 */ |