Fix a few more breakages from our recent changes to the server_id
authorAndrew Bartlett <abartlet@samba.org>
Mon, 4 Feb 2008 12:04:35 +0000 (23:04 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 4 Feb 2008 12:04:35 +0000 (23:04 +1100)
commitc3387545c57d2dd4922b4f3806b4552cee8035a3
tree25eb2735e3059c6f2a1fa5e0aa8333cd16456000
parent9c9a4731cafd0dcf6c8523a7b06759cd4f14e4db
Fix a few more breakages from our recent changes to the server_id
structure.  The BASE-TORTURE test found this problem - caused because
the messaging path was not unique.

If we didn't use a macro for cluster_id_equal(), we could make it
opaque, and avoid this...

Andrew Bartlett
source/cluster/cluster.h
source/lib/messaging/messaging.c