diff options
Diffstat (limited to 'networking/tftp.c')
-rw-r--r-- | networking/tftp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/tftp.c b/networking/tftp.c index a6d85a5c4..9083257ab 100644 --- a/networking/tftp.c +++ b/networking/tftp.c | |||
@@ -488,7 +488,7 @@ int tftp_main(int argc, char **argv) | |||
488 | } | 488 | } |
489 | 489 | ||
490 | port = bb_lookup_port(argv[optind + 1], "udp", 69); | 490 | port = bb_lookup_port(argv[optind + 1], "udp", 69); |
491 | peer_lsa = host2sockaddr(argv[optind], port); | 491 | peer_lsa = xhost2sockaddr(argv[optind], port); |
492 | 492 | ||
493 | #if ENABLE_DEBUG_TFTP | 493 | #if ENABLE_DEBUG_TFTP |
494 | fprintf(stderr, "using server \"%s\", " | 494 | fprintf(stderr, "using server \"%s\", " |