Browse Source

made ping actually live in the right namespace whoops

pull/1/head
XeonSquared 4 years ago
parent
commit
4d0ce1e06d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/netutil.lua

+ 1
- 1
lib/netutil.lua View File

@@ -20,7 +20,7 @@ function netutil.exportfs(path)
end
end

function ping(addr,times,timeout)
function netutil.ping(addr,times,timeout)
local times, timeout = times or 5, timeout or 30
for i = 1, times do
local ipt = computer.uptime()


Loading…
Cancel
Save