mirror of
https://github.com/nmap/nmap.git
synced 2025-12-08 05:31:31 +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;
|
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);
|
seq_AVs = (struct AVal *) safe_zalloc(sizeof(struct AVal) * 8);
|
||||||
avnum = 0;
|
avnum = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user