mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user