1
0
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:
Luke Leighton
-
parent 4e5eac18d0
commit 8fb2ff247a
7 changed files with 28 additions and 29 deletions

View File

@@ -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));