1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-06 14:39:03 +00:00

Revert r16307:16309, the merge from nmap-mem. I just found a

segmentation fault which I am investigating.
This commit is contained in:
david
2009-12-19 22:49:16 +00:00
parent 10f39ddd92
commit 1c6030709b
15 changed files with 519 additions and 595 deletions

View File

@@ -361,7 +361,7 @@ static int rpc_are_we_done(char *msg, int msg_len, Target *target,
if (rsi->rpc_current_port->state == PORT_OPENFILTERED) {
/* Received a packet, so this port is actually open */
target->ports.setPortState(rsi->rpc_current_port->portno,
target->ports.addPort(rsi->rpc_current_port->portno,
rsi->rpc_current_port->proto, PORT_OPEN);
}