r10126: WREPL_REPL_UPDATE also takes a wrepl_table
authorStefan Metzmacher <metze@samba.org>
Fri, 9 Sep 2005 19:08:36 +0000 (19:08 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:38:01 +0000 (13:38 -0500)
metze
(This used to be commit b897ad39bb063ee9ca963bd9848837307739f792)

source4/librpc/idl/winsrepl.idl

index 4b66255a9ce0aaee7e333a2028b6bf68ab378133..986b16ce04214cb49c3badabc90e0b68509b2fd5 100644 (file)
@@ -78,7 +78,7 @@ interface wrepl
                [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;