diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-09-09 19:08:36 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:38:01 -0500 |
commit | 9ad5c988a4d2226c4c9a7f1f02d8ad44024c7cfd (patch) | |
tree | 6cc1710c77f1cd7dfca1415eec1dfb90d395206f /source4/librpc | |
parent | 5d6706e0775b6c9a9920966f6ef9fcd4a8d34345 (diff) | |
download | samba-9ad5c988a4d2226c4c9a7f1f02d8ad44024c7cfd.tar.gz samba-9ad5c988a4d2226c4c9a7f1f02d8ad44024c7cfd.tar.xz samba-9ad5c988a4d2226c4c9a7f1f02d8ad44024c7cfd.zip |
r10126: WREPL_REPL_UPDATE also takes a wrepl_table
metze
(This used to be commit b897ad39bb063ee9ca963bd9848837307739f792)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/winsrepl.idl | 2 |
1 files changed, 1 insertions, 1 deletions
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; |