mirror of
https://github.com/curl/curl.git
synced 2026-07-24 17:07:16 +03:00
fixed the proper path to the tftpd server
This commit is contained in:
parent
b9420864c0
commit
4ec55a964d
1 changed files with 1 additions and 1 deletions
|
|
@ -733,7 +733,7 @@ sub runtftpserver {
|
|||
if($ipv6) {
|
||||
$flag .="--ipv6 ";
|
||||
}
|
||||
$cmd="$srcdir/server/tftpd --pidfile $pidfile $flag $port";
|
||||
$cmd="./server/tftpd --pidfile $pidfile $flag $port";
|
||||
|
||||
unlink($pidfile);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue