diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-05-02 10:55:20 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-06-09 12:40:08 +0200 |
commit | d057116cc2e454ba097d0dcb22e16108a05a4a1b (patch) | |
tree | aee1503507f6a5d54b92284a57f758b80fa70820 /source4/cluster | |
parent | 174893c312f700105f8cda069cdb3b51a5aa602c (diff) | |
download | samba-d057116cc2e454ba097d0dcb22e16108a05a4a1b.tar.gz samba-d057116cc2e454ba097d0dcb22e16108a05a4a1b.tar.bz2 samba-d057116cc2e454ba097d0dcb22e16108a05a4a1b.zip |
server_id.idl: Bring server_id.idl in common
Andrew Bartlett
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source4/cluster')
-rw-r--r-- | source4/cluster/cluster.c | 2 | ||||
-rw-r--r-- | source4/cluster/cluster.h | 2 | ||||
-rw-r--r-- | source4/cluster/local.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/source4/cluster/cluster.c b/source4/cluster/cluster.c index 9dcec2e3e0..767e6a719f 100644 --- a/source4/cluster/cluster.c +++ b/source4/cluster/cluster.c @@ -23,7 +23,7 @@ #include "cluster/cluster.h" #include "cluster/cluster_private.h" #include "librpc/gen_ndr/misc.h" -#include "librpc/gen_ndr/server_id4.h" +#include "librpc/gen_ndr/server_id.h" static struct cluster_ops *ops; diff --git a/source4/cluster/cluster.h b/source4/cluster/cluster.h index df12c8bb27..a6f74f956c 100644 --- a/source4/cluster/cluster.h +++ b/source4/cluster/cluster.h @@ -22,7 +22,7 @@ #ifndef __CLUSTER_H__ #define __CLUSTER_H__ -#include "librpc/gen_ndr/server_id4.h" +#include "librpc/gen_ndr/server_id.h" /* test for same cluster id diff --git a/source4/cluster/local.c b/source4/cluster/local.c index 7fe3e04c3e..e7b648fc9b 100644 --- a/source4/cluster/local.c +++ b/source4/cluster/local.c @@ -26,7 +26,7 @@ #include "lib/util/tdb_wrap.h" #include "system/filesys.h" #include "param/param.h" -#include "librpc/gen_ndr/server_id4.h" +#include "librpc/gen_ndr/server_id.h" /* server a server_id for the local node |