Usando localhost por default.

This commit is contained in:
Diego Nehab 2002-07-08 21:56:57 +00:00
parent 7b99195649
commit 5b911918e3

View File

@ -14,7 +14,7 @@ function readfile(file)
return a
end
host = host or "goya"
host = host or "localhost"
print("downloading")
err = tftp_get(host, 69, "index.html", "index.got")
assert(not err, err)