From bf69c6b5b9d5b2e68881c1eb35395b74e3d2fa78 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 2 Aug 2012 04:29:56 +0000 Subject: [PATCH] port is part of a url table. --- nselib/url.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/nselib/url.lua b/nselib/url.lua index 775dd1e53..b6ed13af1 100644 --- a/nselib/url.lua +++ b/nselib/url.lua @@ -9,6 +9,7 @@ -- * authority -- * userinfo -- * path +-- * port -- * password -- These correspond to these parts of a URL (some may be nil): --