From 7ac6287fb65bdddf3874f3a2c2602e857fbc6b87 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Mon, 21 Jun 2010 04:26:14 +0000 Subject: misc updates in mainline Signed-off-by: Amar Tumballi Signed-off-by: Anand V. Avati BUG: 875 (Implement a new protocol to provide proper backward/forward compatibility) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=875 --- xlators/protocol/legacy/client/src/client-protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators') diff --git a/xlators/protocol/legacy/client/src/client-protocol.c b/xlators/protocol/legacy/client/src/client-protocol.c index 50030f8cf78..dae31dcb356 100644 --- a/xlators/protocol/legacy/client/src/client-protocol.c +++ b/xlators/protocol/legacy/client/src/client-protocol.c @@ -6506,7 +6506,7 @@ int notify (xlator_t *this, int32_t event, void *data, ...) { int i = 0; - int ret = -1; + int ret = 0; int child_down = 1; int was_not_down = 0; transport_t *trans = NULL; -- cgit