diff --git a/nselib/ncp.lua b/nselib/ncp.lua index 8619e1944..c9080eb31 100644 --- a/nselib/ncp.lua +++ b/nselib/ncp.lua @@ -55,7 +55,7 @@ module(... or "ncp", package.seeall) -require 'ipops' +require 'ipOps' NCPType = { CreateConnection = 0x1111, @@ -1196,4 +1196,4 @@ Util = return ret end, -} \ No newline at end of file +}