diff options
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/xconnect.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/xconnect.c b/libbb/xconnect.c index ea5fe17..eb2871c 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; } |