summaryrefslogtreecommitdiffstats
path: root/ctdb/common/ctdb_daemon.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-06-05 17:57:07 +1000
committerAndrew Tridgell <tridge@samba.org>2007-06-05 17:57:07 +1000
commitbe3a00bd7305065bccfc014abd34a4e47fea3e27 (patch)
tree9e2167b21e981ce73e43681f4c789d880f73de83 /ctdb/common/ctdb_daemon.c
parentac55bc4166c263c4fe0e0b7dbca803226709f499 (diff)
downloadsamba-be3a00bd7305065bccfc014abd34a4e47fea3e27.tar.gz
samba-be3a00bd7305065bccfc014abd34a4e47fea3e27.tar.xz
samba-be3a00bd7305065bccfc014abd34a4e47fea3e27.zip
clean out some more cruft
(This used to be ctdb commit ad16c5fe2748b48a6f6c79976359d56d9bed33f4)
Diffstat (limited to 'ctdb/common/ctdb_daemon.c')
-rw-r--r--ctdb/common/ctdb_daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/common/ctdb_daemon.c b/ctdb/common/ctdb_daemon.c
index e9b680bd72..36eebbb9ee 100644
--- a/ctdb/common/ctdb_daemon.c
+++ b/ctdb/common/ctdb_daemon.c
@@ -359,7 +359,7 @@ static void daemon_request_call_from_client(struct ctdb_client *client,
call->call_data.dsize = c->calldatalen;
call->flags = c->flags;
- if (header.dmaster == ctdb->vnn && !(ctdb->flags & CTDB_FLAG_SELF_CONNECT)) {
+ if (header.dmaster == ctdb->vnn) {
state = ctdb_call_local_send(ctdb_db, call, &header, &data);
} else {
state = ctdb_daemon_call_send_remote(ctdb_db, call, &header);