diff options
Diffstat (limited to 'api/src/glfs-mgmt.c')
| -rw-r--r-- | api/src/glfs-mgmt.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/api/src/glfs-mgmt.c b/api/src/glfs-mgmt.c index 2159d6795ad..903b10293c6 100644 --- a/api/src/glfs-mgmt.c +++ b/api/src/glfs-mgmt.c @@ -868,7 +868,7 @@ glfs_mgmt_init (struct glfs *fs)  	if (ret)  		goto out; -	rpc = rpc_clnt_new (options, ctx, THIS->name, 8); +	rpc = rpc_clnt_new (options, THIS, THIS->name, 8);  	if (!rpc) {  		ret = -1;  		gf_msg (THIS->name, GF_LOG_WARNING, 0,  | 
