1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-08 05:31:31 +00:00

o [NSE] Correct misspelled "Capabilities.IgnoreSpaceBeforeParanthesis"

name in the MySQL library. [Kris]

The second "a" in "paranthesis" should be in "e".  No current scripts use
this name (yet).
This commit is contained in:
kris
2010-04-06 02:05:07 +00:00
parent 741a9ddbf4
commit 0e579c71a4
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
# Nmap Changelog ($Id$); -*-text-*- # Nmap Changelog ($Id$); -*-text-*-
o [NSE] Correct misspelled "Capabilities.IgnoreSpaceBeforeParanthesis"
name in the MySQL library. [Kris]
o [Ncat] Fixed the --crlf option not to insert an extra \r byte in the o [Ncat] Fixed the --crlf option not to insert an extra \r byte in the
case that one system read ends with \r and the next begins with \n case that one system read ends with \r and the next begins with \n
(should be rare). [David] (should be rare). [David]

View File

@@ -29,7 +29,7 @@ Capabilities =
SupportsCompression = 0x20, SupportsCompression = 0x20,
ODBCClient = 0x40, ODBCClient = 0x40,
SupportsLoadDataLocal = 0x80, SupportsLoadDataLocal = 0x80,
IgnoreSpaceBeforeParanthesis = 0x100, IgnoreSpaceBeforeParenthesis = 0x100,
Speaks41ProtocolNew = 0x200, Speaks41ProtocolNew = 0x200,
InteractiveClient = 0x400, InteractiveClient = 0x400,
SwitchToSSLAfterHandshake = 0x800, SwitchToSSLAfterHandshake = 0x800,