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 85d1a857f..030c0116e 100644 --- a/networking/tftp.c +++ b/networking/tftp.c | |||
@@ -443,7 +443,7 @@ int tftp_main(int argc, char **argv) | |||
443 | 443 | ||
444 | #if ENABLE_DEBUG_TFTP | 444 | #if ENABLE_DEBUG_TFTP |
445 | fprintf(stderr, "using server '%s', remotefile '%s', localfile '%s'\n", | 445 | fprintf(stderr, "using server '%s', remotefile '%s', localfile '%s'\n", |
446 | xmalloc_sockaddr2dotted(&peer_lsa->sa, peer_lsa->len), | 446 | xmalloc_sockaddr2dotted(&peer_lsa->sa), |
447 | remotefile, localfile); | 447 | remotefile, localfile); |
448 | #endif | 448 | #endif |
449 | 449 | ||