]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:lib: remove CTDB_CONTROL_CHECK_SRVIDS optimization in serverids_exist() for now
authorStefan Metzmacher <metze@samba.org>
Wed, 22 Aug 2012 10:02:43 +0000 (12:02 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 24 Aug 2012 11:43:30 +0000 (13:43 +0200)
This will be readded...

metze

source3/lib/serverid.c

index 3c5402e3f3beb0c543938aaf205b543478f2ce34..c866d24bc24b85ed5343812a2e2bd9d2d9454271 100644 (file)
@@ -292,12 +292,6 @@ bool serverids_exist(const struct server_id *ids, int num_ids, bool *results)
        struct db_context *db;
        int i;
 
-#ifdef HAVE_CTDB_CONTROL_CHECK_SRVIDS_DECL
-       if (lp_clustering()) {
-               return ctdb_serverids_exist(messaging_ctdbd_connection(),
-                                           ids, num_ids, results);
-       }
-#endif
        if (!processes_exist(ids, num_ids, results)) {
                return false;
        }