1
0
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:
david
2009-02-25 00:40:47 +00:00
parent 8827e6778a
commit aa97b79e4c

View File

@@ -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;