1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-25 08:59:01 +00:00

Fix capitalization of ipOps import.

This commit is contained in:
david
2011-06-08 06:04:23 +00:00
parent 78ea0a0234
commit 62a111478d

View File

@@ -55,7 +55,7 @@
module(... or "ncp", package.seeall)
require 'ipops'
require 'ipOps'
NCPType = {
CreateConnection = 0x1111,
@@ -1196,4 +1196,4 @@ Util =
return ret
end,
}
}