aboutsummaryrefslogtreecommitdiff
path: root/src/telnet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/telnet.c')
-rw-r--r--src/telnet.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/telnet.c b/src/telnet.c
index 9963007..a4efac4 100644
--- a/src/telnet.c
+++ b/src/telnet.c
@@ -91,12 +91,10 @@ enum telnet_status telnet_parse_data(const unsigned char *buf, size_t buflen)
}
break;
}
- goto got_cmd;
+ continue;
}
}
debugf("%d ", c);
- got_cmd:
- ;
}
debugf("\n");