mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Remove duplicate line found by Xavier Sudre.
This commit is contained in:
parent
a0285813fc
commit
7f6106bc6d
1 changed files with 0 additions and 1 deletions
|
|
@ -108,7 +108,6 @@ FingerPrintResults::FingerPrintResults() {
|
|||
doesn't support maxOSTries() */
|
||||
FPs = (FingerPrint **) safe_zalloc(MAX(o.maxOSTries(), 10) * sizeof(FingerPrint *));
|
||||
maxTimingRatio = 0;
|
||||
maxTimingRatio = 0;
|
||||
numFPs = 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue