Skip to content

Commit

Permalink
Merge pull request #459 from appneta/Bug_#423_tcpprep_status_fails_cl…
Browse files Browse the repository at this point in the history
…eanup

Bug #423 remove commented code
  • Loading branch information
fklassen authored Jan 26, 2018
2 parents 7b49564 + 4be3cd4 commit 1105ec0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/tcpprep.c
Original file line number Diff line number Diff line change
Expand Up @@ -634,9 +634,6 @@ print_stats(const char *file)
COUNTER pri = 0, sec = 0, nosend = 0;

count = read_cache(&cachedata, file, &comment);
// if (count > 65535)
// exit(-1);

for (COUNTER i = 1; i <= count; i ++) {
int cacheval = check_cache(cachedata, i);
switch (cacheval) {
Expand Down

0 comments on commit 1105ec0

Please sign in to comment.