From 9ad5c988a4d2226c4c9a7f1f02d8ad44024c7cfd Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 9 Sep 2005 19:08:36 +0000 Subject: r10126: WREPL_REPL_UPDATE also takes a wrepl_table metze (This used to be commit b897ad39bb063ee9ca963bd9848837307739f792) --- source4/librpc/idl/winsrepl.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/librpc/idl/winsrepl.idl b/source4/librpc/idl/winsrepl.idl index 4b66255a9c..986b16ce04 100644 --- a/source4/librpc/idl/winsrepl.idl +++ b/source4/librpc/idl/winsrepl.idl @@ -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; -- cgit