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 --- cli/src/cli.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/src') diff --git a/cli/src/cli.h b/cli/src/cli.h index f3ea9282873..2ef31b22951 100644 --- a/cli/src/cli.h +++ b/cli/src/cli.h @@ -30,7 +30,7 @@ #include "protocol-common.h" #define DEFAULT_EVENT_POOL_SIZE 16384 -#define CLI_GLUSTERD_PORT 6969 +#define CLI_GLUSTERD_PORT 24007 #define CLI_DEFAULT_CONN_TIMEOUT 120 #define CLI_DEFAULT_CMD_TIMEOUT 120 -- cgit