telnet_port can now be invoked multiple times
git-svn-id: svn://svn.berlios.de/openocd/trunk@444 b42882b7-edfa-0310-969c-e2dbd0fdcd60__archive__
parent
8404dc3657
commit
6445cc6479
|
@ -624,9 +624,7 @@ int handle_telnet_port_command(struct command_context_s *cmd_ctx, char *cmd, cha
|
||||||
if (argc == 0)
|
if (argc == 0)
|
||||||
return ERROR_OK;
|
return ERROR_OK;
|
||||||
|
|
||||||
/* only if the port wasn't overwritten by cmdline */
|
telnet_port = strtoul(args[0], NULL, 0);
|
||||||
if (telnet_port == 0)
|
|
||||||
telnet_port = strtoul(args[0], NULL, 0);
|
|
||||||
|
|
||||||
return ERROR_OK;
|
return ERROR_OK;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue