svn commit: samba r10126 - in branches/SAMBA_4_0/source/librpc/idl: .

metze at samba.org metze at samba.org
Fri Sep 9 19:08:36 GMT 2005


Author: metze
Date: 2005-09-09 19:08:36 +0000 (Fri, 09 Sep 2005)
New Revision: 10126

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

Log:
WREPL_REPL_UPDATE also takes a wrepl_table

metze
Modified:
   branches/SAMBA_4_0/source/librpc/idl/winsrepl.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/winsrepl.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/winsrepl.idl	2005-09-09 18:23:38 UTC (rev 10125)
+++ branches/SAMBA_4_0/source/librpc/idl/winsrepl.idl	2005-09-09 19:08:36 UTC (rev 10126)
@@ -78,7 +78,7 @@
 		[case(WREPL_REPL_TABLE_REPLY)]  wrepl_table      table;
 		[case(WREPL_REPL_SEND_REQUEST)] wrepl_wins_owner owner;
 		[case(WREPL_REPL_SEND_REPLY)]   wrepl_send_reply reply;
-		[case(WREPL_REPL_UPDATE)] ;
+		[case(WREPL_REPL_UPDATE)]       wrepl_table      table;
 		[case(WREPL_REPL_5)]            wrepl_table      table;
 		[case(WREPL_REPL_INFORM)]       wrepl_table      table;
 		[case(WREPL_REPL_9)]            wrepl_table      table;



More information about the samba-cvs mailing list