From 34518abf1d45cfb7bd59a26625e433bd627ecf0a Mon Sep 17 00:00:00 2001 From: kris Date: Thu, 8 Jan 2009 02:13:28 +0000 Subject: [PATCH] Reversing r11550 (nsi_set_debug() changelog entry) --- CHANGELOG | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index cf639835c..887c7213f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -233,9 +233,6 @@ o A script could be executed twice if it was given with the --script option, also in the "version" category, and version detection (-sV) was requested. This has been fixed. [David] -o Nsock now supports setting debugging (SO_DEBUG) on a socket after its - creation with nsi_set_debug(). [Kris] - o Fixed port number representation in some of Nmap's and all of Nsock's output. Incorrect conversion modifiers were being used which caused high ports to wrap around and be shown as negative values. [Kris]