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 bbed9ac78..ea415e5fe 100644 --- a/networking/tftp.c +++ b/networking/tftp.c @@ -287,7 +287,7 @@ static int tftp( bb_perror_msg("recvfrom"); break; } - from_port = get_nport(from); + from_port = get_nport(&from->sa); if (port == org_port) { /* Our first query went to port 69 * but reply will come from different one. |