diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-01-26 15:22:09 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-01-26 15:23:24 +0100 |
commit | 137fd79f445c30b04d443288c03db2b1cc5dcba3 (patch) | |
tree | 1c6ec1d1792504c3c3e195fbd02788e82e86399f | |
parent | 601642d92369ca9c572e40aa32b5b3b53eeb8dbf (diff) | |
download | samba-137fd79f445c30b04d443288c03db2b1cc5dcba3.tar.gz samba-137fd79f445c30b04d443288c03db2b1cc5dcba3.tar.bz2 samba-137fd79f445c30b04d443288c03db2b1cc5dcba3.zip |
s4:winsrepl.idl: add random interface uuid
This is needed to include the wrepl interface into
ndrdump.
metze
-rw-r--r-- | source4/librpc/idl/winsrepl.idl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source4/librpc/idl/winsrepl.idl b/source4/librpc/idl/winsrepl.idl index 0ec05e891c..cedc70bb03 100644 --- a/source4/librpc/idl/winsrepl.idl +++ b/source4/librpc/idl/winsrepl.idl @@ -11,7 +11,10 @@ import "nbt.idl"; -interface wrepl +[ + uuid("915f5653-bac1-431c-97ee-9ffb34526921"), + helpstring("WINS Replication PDUs") +] interface wrepl { const int WINS_REPLICATION_PORT = 42; |