From 2e43696eb90dc835d0aa8000e19b6f207760309c Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Fri, 8 Oct 2010 06:58:51 +0000 Subject: migrate from port 69* to 24007 Signed-off-by: Amar Tumballi Signed-off-by: Vijay Bellur BUG: 1870 (Change the port from 69* to some other ports.) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1870 --- glusterfsd/src/glusterfsd-mgmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glusterfsd') diff --git a/glusterfsd/src/glusterfsd-mgmt.c b/glusterfsd/src/glusterfsd-mgmt.c index dc17a2f24f9..c857ffedc52 100644 --- a/glusterfsd/src/glusterfsd-mgmt.c +++ b/glusterfsd/src/glusterfsd-mgmt.c @@ -474,7 +474,7 @@ glusterfs_mgmt_init (glusterfs_ctx_t *ctx) struct rpc_clnt_config rpc_cfg = {0,}; dict_t *options = NULL; int ret = -1; - int port = 6969; + int port = GF_DEFAULT_BASE_PORT; char *host = NULL; cmd_args = &ctx->cmd_args; -- cgit