[gprs] use TCP port 4246 for the gb_proxy vty telnet

This commit is contained in:
Harald Welte 2010-05-11 18:32:37 +02:00
parent e5117da715
commit e69b2814e2
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ int main(int argc, char **argv)
log_add_target(stderr_target);
log_set_all_filter(stderr_target, 1);
telnet_init(&dummy_network, 4244);
telnet_init(&dummy_network, 4246);
rc = gbproxy_parse_config(config_file, &gbcfg);
if (rc < 0) {
LOGP(DGPRS, LOGL_FATAL, "Cannot parse config file\n");