summaryrefslogtreecommitdiff
path: root/source3/lib/util.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-08-31 16:52:56 +0200
committerVolker Lendecke <vl@samba.org>2010-08-31 17:07:41 +0200
commit5648c3f67eeebee0a17cf9e7b64fb2cbfe2e2e68 (patch)
tree4623f3f0cb705b3151febb3c1952b8925b44b1ff /source3/lib/util.c
parent808ceac9f54bb3988fc2bb6b0d86eaded07283e1 (diff)
downloadsamba-5648c3f67eeebee0a17cf9e7b64fb2cbfe2e2e68.tar.gz
samba-5648c3f67eeebee0a17cf9e7b64fb2cbfe2e2e68.tar.bz2
samba-5648c3f67eeebee0a17cf9e7b64fb2cbfe2e2e68.zip
s3: messaging_ctdbd_connection() was only called with procid_self()
Eventually we'll get this right...
Diffstat (limited to 'source3/lib/util.c')
-rw-r--r--source3/lib/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/util.c b/source3/lib/util.c
index 644f1830c6..315f3897d6 100644
--- a/source3/lib/util.c
+++ b/source3/lib/util.c
@@ -1296,7 +1296,7 @@ bool process_exists(const struct server_id pid)
}
#ifdef CLUSTER_SUPPORT
- return ctdbd_process_exists(messaging_ctdbd_connection(procid_self()),
+ return ctdbd_process_exists(messaging_ctdbd_connection(),
pid.vnn, pid.pid);
#else
return False;