From 3b8025f1327c86b7252855b60b303e44aca9adbc Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 9 Jun 2019 11:12:02 +0200 Subject: tftp: optional tftp-hpa compat function old new delta tftp_main 276 394 +118 Signed-off-by: Denys Vlasenko --- libbb/xconnect.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libbb') diff --git a/libbb/xconnect.c b/libbb/xconnect.c index ea5fe173f..eb2871cb1 100644 --- a/libbb/xconnect.c +++ b/libbb/xconnect.c @@ -133,6 +133,7 @@ unsigned FAST_FUNC bb_lookup_port(const char *port, const char *protocol, unsign port_nr = default_port; if (tserv) port_nr = ntohs(tserv->s_port); +//FIXME: else: port string was garbage, but we don't report that??? } errno = old_errno; } -- cgit v1.2.3