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( | |||
287 | bb_perror_msg("recvfrom"); | 287 | bb_perror_msg("recvfrom"); |
288 | break; | 288 | break; |
289 | } | 289 | } |
290 | from_port = get_nport(from); | 290 | from_port = get_nport(&from->sa); |
291 | if (port == org_port) { | 291 | if (port == org_port) { |
292 | /* Our first query went to port 69 | 292 | /* Our first query went to port 69 |
293 | * but reply will come from different one. | 293 | * but reply will come from different one. |