diff options
author | Kaushal M <kaushal@redhat.com> | 2017-05-04 12:15:09 +0530 |
---|---|---|
committer | Pranith Kumar Karampuri <pkarampu@redhat.com> | 2017-05-05 11:39:28 +0000 |
commit | de80a9153e3b681d8b83aa6164c94e2829b9cf49 (patch) | |
tree | c811c06876f415991b63c5b3b6388e3bfb3a2528 /cli/src | |
parent | 93ecfcddbfc6bdc77a720f55dbd51fc256961d68 (diff) |
rpc: Remove accidental IPV6 changes
They snuck in with the HALO patch (07cc8679c)
Change-Id: I8ced6cbb0b49554fc9d348c453d4d5da00f981f6
BUG: 1447953
Signed-off-by: Kaushal M <kaushal@redhat.com>
Reviewed-on: https://review.gluster.org/17174
Smoke: Gluster Build System <jenkins@build.gluster.org>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Reviewed-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'cli/src')
-rw-r--r-- | cli/src/cli.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cli/src/cli.c b/cli/src/cli.c index ba2ac43d7f3..574ee0eea33 100644 --- a/cli/src/cli.c +++ b/cli/src/cli.c @@ -613,11 +613,7 @@ cli_rpc_init (struct cli_state *state) int ret = -1; int port = CLI_GLUSTERD_PORT; xlator_t *this = NULL; -#ifdef IPV6_DEFAULT - char *addr_family = "inet6"; -#else char *addr_family = "inet"; -#endif this = THIS; cli_rpc_prog = &cli_prog; |