Removed code that inserted prompt after printing asynchronous information. Current implementation was broken beyond repair.
git-svn-id: svn://svn.berlios.de/openocd/trunk@463 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -44,7 +44,6 @@ enum telnet_states
|
||||
typedef struct telnet_connection_s
|
||||
{
|
||||
char *prompt;
|
||||
int suppress_prompt;
|
||||
enum telnet_states state;
|
||||
char line[TELNET_LINE_MAX_SIZE];
|
||||
int line_size;
|
||||
|
||||
Reference in New Issue
Block a user