Commit 4ec55a96 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

fixed the proper path to the tftpd server

parent b9420864
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);