From 1b5a860f159916f0b289069ef3223e6fd754d36b Mon Sep 17 00:00:00 2001 From: krishna Date: Thu, 4 Aug 2011 15:51:28 +0530 Subject: pass xlator pointer to rpcsvc_init() so that it can init svc->mydata to xlator Change-Id: Icfd95cc67400c16a951d6a9f922fbdc07f40c5b6 BUG: 3314 Reviewed-on: http://review.gluster.com/180 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- glusterfsd/src/glusterfsd-mgmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glusterfsd') diff --git a/glusterfsd/src/glusterfsd-mgmt.c b/glusterfsd/src/glusterfsd-mgmt.c index 91a6b69af7b..fbaa4e3cac0 100644 --- a/glusterfsd/src/glusterfsd-mgmt.c +++ b/glusterfsd/src/glusterfsd-mgmt.c @@ -830,7 +830,7 @@ glusterfs_listener_init (glusterfs_ctx_t *ctx) if (ret) goto out; - rpc = rpcsvc_init (ctx, options); + rpc = rpcsvc_init (THIS, ctx, options); if (rpc == NULL) { goto out; } -- cgit