ctdb-client: Rename static function server_id_equal()
commitb831829cedefd7fb614b8631cc25339a00192ec1
authorMartin Schwenke <martin@meltin.net>
Fri, 15 Aug 2014 06:12:43 +0000 (15 16:12 +1000)
committerAmitay Isaacs <amitay@samba.org>
Tue, 9 Sep 2014 23:36:15 +0000 (10 01:36 +0200)
tree2b3ea62ce827e405a5c96bce66883f8e4c5eaef5
parentcd2b1662a65627ec90f71f0f6f708fe88bb7cf58
ctdb-client: Rename static function server_id_equal()

Otherwise it conflicts with the same function provided by Samba's
lib/util.  Using the Samba one drags in too many dependencies, so
rename the CTDB version to avoid a declaration clash when CTDB starts
including samba_util.h.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/client/ctdb_client.c