Remove samba4 specifi struct server_id from misc.idl.
authorGünther Deschner <gd@samba.org>
Thu, 17 Jan 2008 08:52:21 +0000 (09:52 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 17 Jan 2008 15:54:44 +0000 (16:54 +0100)
Guenther
(This used to be commit 9d76153f54aea671d5d1543eaa3e617aad1ba9e9)

source3/librpc/idl/misc.idl

index 0861758187dc280783fc4d4cb7c7bd0d6116f296..132a81f138399b4c010fc0cdd5d60596f958120c 100644 (file)
@@ -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;
 }