summaryrefslogtreecommitdiffstats
path: root/xlators/protocol/legacy/client
diff options
context:
space:
mode:
authorAmar Tumballi <amar@gluster.com>2010-06-21 04:26:14 +0000
committerAnand V. Avati <avati@dev.gluster.com>2010-06-21 20:21:17 -0700
commit7ac6287fb65bdddf3874f3a2c2602e857fbc6b87 (patch)
tree52865ed0410b28c5a6c5b0b4855b5c11ba495b4a /xlators/protocol/legacy/client
parent002ab96fd30f8924533fc454ecea00be04c013d5 (diff)
misc updates in mainline
Signed-off-by: Amar Tumballi <amar@gluster.com> Signed-off-by: Anand V. Avati <avati@dev.gluster.com> 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
Diffstat (limited to 'xlators/protocol/legacy/client')
-rw-r--r--xlators/protocol/legacy/client/src/client-protocol.c2
1 files changed, 1 insertions, 1 deletions
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;