mirror of
https://github.com/samba-team/samba.git
synced 2025-12-06 16:23:49 +03:00
- initialising mach_passwd_file locks to zero (prev. uninit.)
- cleanup - #defined report to sprintf as it's #defined to another function in other uses of cmd_lsarpc.c
This commit is contained in:
@@ -493,7 +493,7 @@ void make_q_query_secret(LSA_Q_QUERY_SECRET *q_q, POLICY_HND *pol)
|
||||
{
|
||||
if (q_q == NULL) return;
|
||||
|
||||
DEBUG(5,("make_q_query_secret"));
|
||||
DEBUG(5,("make_q_query_secret\n"));
|
||||
|
||||
memcpy(&(q_q->pol), pol, sizeof(q_q->pol));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user