diff options
Diffstat (limited to 'glusterfsd/src')
| -rw-r--r-- | glusterfsd/src/glusterfsd-mgmt.c | 2 | 
1 files changed, 1 insertions, 1 deletions
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;          }  | 
