Change default range from 1401,1401 to 1401 so that the port isn't double-registered.

svn path=/trunk/; revision=29266
This commit is contained in:
Bill Meier 2009-08-02 19:17:09 +00:00
parent 1ab1e3889c
commit fa3443bbc1
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ static int ett_urr_ie = -1;
static range_t *global_uma_tcp_port_range;
#define DEFAULT_UMA_PORT_RANGE "14001,14001"
#define DEFAULT_UMA_PORT_RANGE "14001"
/* Global variables */
static guint32 sgw_ipv4_address;