This commit is contained in:
sushen339
2025-11-18 17:47:15 +08:00
parent b3d4706324
commit 8b2c2a6127
2 changed files with 1 additions and 1 deletions
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -96,7 +96,7 @@ static inline bool is_agg_replaced(void *agg_array, int agg_count, int idx) {
} }
void show_subnet_aggregation(void) { void show_subnet_aggregation(void) {
msg(C_CYAN, "=== 📊 攻击源聚合统计 (自动识别 IP 段) ==="); msg(C_CYAN, "=== 📊 攻击源聚合统计 (IP 段归类) ===");
FILE *fp = fopen(PERSIST_FILE, "r"); FILE *fp = fopen(PERSIST_FILE, "r");
if (!fp) { if (!fp) {