From 0a8b85e3a8228c399dde807c3ca781a452a1fc90 Mon Sep 17 00:00:00 2001 From: Poornima G Date: Fri, 17 Jun 2016 01:27:31 -0400 Subject: tests: Enable all gfapi test cases Change-Id: I32bfec4af91348d96dc3e81a9d5c9cad599f821b Bug: 1358594 Signed-off-by: Poornima G Reviewed-on: http://review.gluster.org/14748 NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Smoke: Gluster Build System Reviewed-by: Raghavendra Talur --- api/src/glfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api') diff --git a/api/src/glfs.c b/api/src/glfs.c index a7b4962fb1d..bd70e7f610f 100644 --- a/api/src/glfs.c +++ b/api/src/glfs.c @@ -1240,7 +1240,7 @@ pub_glfs_fini (struct glfs *fs) syncenv_destroy (ctx->env); /* Join the poller thread */ - if (event_dispatch_destroy (ctx->event_pool) != 0) + if (event_dispatch_destroy (ctx->event_pool) < 0) ret = -1; } -- cgit