1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

r4683: fix the build

metze
(This used to be commit b020dbec89)
This commit is contained in:
Stefan Metzmacher 2005-01-11 14:29:26 +00:00 committed by Gerald (Jerry) Carter
parent a249198d53
commit a97cb33fcc

View File

@ -754,7 +754,7 @@ static BOOL samsync_handle_secret(TALLOC_CTX *mem_ctx, struct samsync_state *sam
ZERO_STRUCT(old_mtime);
/* fetch the secret back again */
q.in.handle = &sec_handle;
q.in.sec_handle = &sec_handle;
q.in.new_val = &bufp1;
q.in.new_mtime = &new_mtime;
q.in.old_val = &bufp2;