From 3dc56cbd16b1074d7ca1a4fe4c5bf44400eb63ff Mon Sep 17 00:00:00 2001 From: Emmanuel Dreyfus Date: Sun, 13 May 2012 07:43:32 +0200 Subject: Use inet as default listener This patch was proposed by Anand Babu Periasamy on gluster-devel@ It fixes the inet/inet6 mismatch between client/glusterfsd/glusterd at mine BUG: 764655 Change-Id: I172570aa58ea08c4c74cfd28f121d3d4e02a55e0 Signed-off-by: Emmanuel Dreyfus Reviewed-on: http://review.gluster.com/3319 Tested-by: Gluster Build System Tested-by: Anand Babu Periasamy Reviewed-by: Anand Babu Periasamy --- cli/src/cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/src/cli.c b/cli/src/cli.c index 89b5a8bd4..0d66ff282 100644 --- a/cli/src/cli.c +++ b/cli/src/cli.c @@ -528,7 +528,7 @@ cli_rpc_init (struct cli_state *state) if (ret) goto out; - ret = dict_set_str (options, "transport.address-family", "inet/inet6"); + ret = dict_set_str (options, "transport.address-family", "inet"); if (ret) goto out; -- cgit