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