From abb075def55110f606ff43e64933afee61dea261 Mon Sep 17 00:00:00 2001 From: "Anand V. Avati" Date: Fri, 22 May 2009 02:10:32 +0000 Subject: THIS: use xlator_init() for initializing xlators Signed-off-by: Anand V. Avati --- libglusterfs/src/xlator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libglusterfs/src/xlator.c') diff --git a/libglusterfs/src/xlator.c b/libglusterfs/src/xlator.c index 0f76d9c7f..c20499de2 100644 --- a/libglusterfs/src/xlator.c +++ b/libglusterfs/src/xlator.c @@ -728,7 +728,7 @@ xlator_init_rec (xlator_t *xl) if (!ret && !xl->ready) { ret = -1; if (xl->init) { - ret = xl->init (xl); + ret = xlator_init (xl); if (ret) { gf_log ("xlator", GF_LOG_ERROR, "Initialization of volume '%s' failed," -- cgit