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 --- glusterfsd/src/glusterfsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glusterfsd') diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index 720d8a775..467fc4078 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -539,7 +539,7 @@ glusterfs_graph_init (xlator_t *graph, int fuse) "validating translator failed"); return -1; } - if (graph->init (graph) != 0) + if (xlator_init (graph) != 0) return -1; graph->ready = 1; -- cgit