diff options
| -rw-r--r-- | glusterfsd/src/glusterfsd-mgmt.c | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/glusterfsd/src/glusterfsd-mgmt.c b/glusterfsd/src/glusterfsd-mgmt.c index 2602d5431..f409386bb 100644 --- a/glusterfsd/src/glusterfsd-mgmt.c +++ b/glusterfsd/src/glusterfsd-mgmt.c @@ -318,6 +318,10 @@ glusterfs_mgmt_init (glusterfs_ctx_t *ctx)          if (ret)                  goto out; +        ret = dict_set_str (options, "transport-type", "socket"); +        if (ret) +                goto out; +          rpc = rpc_clnt_init (&rpc_cfg, options, THIS->ctx, THIS->name);          if (!rpc) {                  ret = -1;  | 
