From bce29f44cdb45d87a75ffd67d4f97ab9d47feb8f Mon Sep 17 00:00:00 2001 From: patrik Date: Sat, 27 Aug 2011 08:12:59 +0000 Subject: [PATCH] Fixed typo in supported versions matrix in the TNS library [Patrik] --- nselib/tns.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/tns.lua b/nselib/tns.lua index f2c8d91b3..fae274f10 100644 --- a/nselib/tns.lua +++ b/nselib/tns.lua @@ -100,10 +100,10 @@ -- +--------+---------------+---------+-------+-------------------------------| -- | Win | 10.2.0.1.0 | EE | 32bit | Authentication | -- | Linux | 10.2.0.1.0 | EE | 32bit | Authentication | +-- | Win | 10.2.0.1.0 | XE | 32bit | Authentication, Queries | -- | Win | 11.1.0.6.0 | EE | 64bit | Authentication | -- | Win | 11.1.0.6.0 | EE | 32bit | Authentication, Queries | -- | Win | 11.2.0.1.0 | EE | 64bit | Authentication | --- | Win | 11.2.0.1.0 | XE | 32bit | Authentication, Queries | -- | Win | 11.2.0.2.0 | EE | 64bit | Authentication | -- | Win | 11.2.0.2.0 | XE | 32bit | Authentication, Queries | -- | Linux | 11.2.0.1.0 | EE | 64bit | Authentication |