mirror of
https://github.com/nmap/nmap.git
synced 2026-02-06 13:36:36 +00:00
Restore connection success message for normal use
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
# Nmap Changelog ($Id$); -*-text-*-
|
||||
|
||||
o [Ncat] Restore the connection success message that Ncat prints with -v. This
|
||||
was accidentally suppressed when not using -z.
|
||||
|
||||
o [NSE] Added known Diffie-Hellman parameters for haproxy, postfix, and
|
||||
IronPort to ssl-dh-params. [Frank Bergmann]
|
||||
|
||||
|
||||
@@ -1113,8 +1113,8 @@ static void connect_handler(nsock_pool nsp, nsock_event evt, void *data)
|
||||
}
|
||||
#endif
|
||||
|
||||
connect_report(cs.sock_nsi);
|
||||
if (o.proto != IPPROTO_UDP && o.zerobyte) {
|
||||
connect_report(cs.sock_nsi);
|
||||
nsock_loop_quit(nsp);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user