mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Restore connection success message for normal use
This commit is contained in:
parent
05dde0de49
commit
581d3e98ce
2 changed files with 4 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue