mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Fix a little error in a comment: We decided to call the closed-port TCP IP ID
test CI, not CTI.
This commit is contained in:
parent
8827e6778a
commit
aa97b79e4c
1 changed files with 1 additions and 1 deletions
|
|
@ -1712,7 +1712,7 @@ void HostOsScan::makeTSeqFP(HostOsScanStats *hss) {
|
|||
|
||||
struct AVal *seq_AVs;
|
||||
|
||||
/* Need 8 AVals for SP, GCD, ISR, TI, CTI, II, SS, TS. */
|
||||
/* Need 8 AVals for SP, GCD, ISR, TI, CI, II, SS, TS. */
|
||||
seq_AVs = (struct AVal *) safe_zalloc(sizeof(struct AVal) * 8);
|
||||
avnum = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue