mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Fix what looks like a typing error in portlist.cc. There's no point to
assigning to our argument.
This commit is contained in:
parent
d2519e4e12
commit
24ba29a3b3
1 changed files with 1 additions and 1 deletions
|
|
@ -326,7 +326,7 @@ void Port::setServiceProbeResults(enum serviceprobestate sres,
|
|||
if (sname)
|
||||
serviceprobe_service = strdup(sname);
|
||||
else
|
||||
sname = NULL;
|
||||
serviceprobe_service = NULL;
|
||||
|
||||
if (fingerprint)
|
||||
serviceprobe_fp = strdup(fingerprint);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue