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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user