[Sheepdog] [PATCH] collie: fix double call of join()
MORITA Kazutaka
morita.kazutaka at lab.ntt.co.jp
Wed May 12 03:58:50 CEST 2010
Signed-off-by: MORITA Kazutaka <morita.kazutaka at lab.ntt.co.jp>
---
collie/group.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/collie/group.c b/collie/group.c
index d53dbb6..630214e 100644
--- a/collie/group.c
+++ b/collie/group.c
@@ -888,7 +888,6 @@ static void __sd_deliver(struct cpg_event *cevent)
if (m->state == DM_INIT && is_master()) {
switch (m->op) {
case SD_MSG_JOIN:
- join((struct join_message *)m);
break;
case SD_MSG_VDI_OP:
vdi_op((struct vdi_op_message *)m);
--
1.5.6.5
More information about the sheepdog
mailing list