Author: metze
Date: 2005-01-11 14:29:26 +0000 (Tue, 11 Jan 2005)
New Revision: 4683

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4683

Log:
fix the build

metze

Modified:
   branches/SAMBA_4_0/source/torture/rpc/samsync.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/samsync.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/samsync.c     2005-01-11 14:04:58 UTC 
(rev 4682)
+++ branches/SAMBA_4_0/source/torture/rpc/samsync.c     2005-01-11 14:29:26 UTC 
(rev 4683)
@@ -754,7 +754,7 @@
        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;

Reply via email to