Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2019-06-09 12:12:02 +0300
committerDenys Vlasenko <vda.linux@googlemail.com>2019-06-09 12:12:02 +0300
commit3b8025f1327c86b7252855b60b303e44aca9adbc (patch)
treef5dc968f9cd59f95650f7b2e246c142fae12076b /libbb/xconnect.c
parent48eebc8d5c43c204941abb467d412bd58d845e72 (diff)
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/xconnect.c')
-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;
}