aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2019-06-09 11:12:02 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2019-06-09 11:12:02 +0200
commit3b8025f1327c86b7252855b60b303e44aca9adbc (patch)
treef5dc968f9cd59f95650f7b2e246c142fae12076b /libbb
parent48eebc8d5c43c204941abb467d412bd58d845e72 (diff)
downloadbusybox-3b8025f1327c86b7252855b60b303e44aca9adbc.tar.gz
tftp: optional tftp-hpa compat
function old new delta tftp_main 276 394 +118 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb')
-rw-r--r--libbb/xconnect.c1
1 files changed, 1 insertions, 0 deletions
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;
}