diff options
author | Günther Deschner <gd@samba.org> | 2008-01-17 09:52:21 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-01-17 16:54:44 +0100 |
commit | c5277097924985ed23abc109712b7ca2213e87e8 (patch) | |
tree | d1592880e99f24b9c18af4e3a5911b0363891a1d /source3/librpc/idl/misc.idl | |
parent | a042b8c8e1219f1acc971c576c2d606bcb88a265 (diff) | |
download | samba-c5277097924985ed23abc109712b7ca2213e87e8.tar.gz samba-c5277097924985ed23abc109712b7ca2213e87e8.tar.bz2 samba-c5277097924985ed23abc109712b7ca2213e87e8.zip |
Remove samba4 specifi struct server_id from misc.idl.
Guenther
(This used to be commit 9d76153f54aea671d5d1543eaa3e617aad1ba9e9)
Diffstat (limited to 'source3/librpc/idl/misc.idl')
-rw-r--r-- | source3/librpc/idl/misc.idl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/librpc/idl/misc.idl b/source3/librpc/idl/misc.idl index 0861758187..132a81f138 100644 --- a/source3/librpc/idl/misc.idl +++ b/source3/librpc/idl/misc.idl @@ -48,10 +48,4 @@ interface misc SAMR_REJECT_IN_HISTORY = 2, SAMR_REJECT_COMPLEXITY = 5 } samr_RejectReason; - - /* id used to identify a endpoint, possibly in a cluster */ - typedef [public] struct { - uint32 id; - uint32 node; - } server_id; } |