Skip to content
Snippets Groups Projects
Commit 374f6c8b authored by ntfreak's avatar ntfreak
Browse files

- fix issue when using gdb_port cmd

- bug introduced in r2240

git-svn-id: svn://svn.berlios.de/openocd/trunk@2403 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent 1e8225c7
No related branches found
No related tags found
No related merge requests found
...@@ -2242,8 +2242,6 @@ int handle_gdb_port_command(struct command_context_s *cmd_ctx, char *cmd, char * ...@@ -2242,8 +2242,6 @@ int handle_gdb_port_command(struct command_context_s *cmd_ctx, char *cmd, char *
return ERROR_OK; return ERROR_OK;
} }
/* only if the port wasn't overwritten by cmdline */
if (gdb_port == 0)
gdb_port = strtoul(args[0], NULL, 0); gdb_port = strtoul(args[0], NULL, 0);
return ERROR_OK; return ERROR_OK;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment