summaryrefslogtreecommitdiffstats
path: root/lib/libstand/tftp.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libstand/tftp.c')
-rw-r--r--lib/libstand/tftp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/tftp.c b/lib/libstand/tftp.c
index fd1b4ee..23594bb 100644
--- a/lib/libstand/tftp.c
+++ b/lib/libstand/tftp.c
@@ -275,7 +275,7 @@ tftp_open(path, f)
return(ENOMEM);
}
- res = tftp_makereq(tftpfile, path);
+ res = tftp_makereq(tftpfile);
if (res) {
free(tftpfile->path);
OpenPOWER on IntegriCloud