Skip to content

Commit

Permalink
Fix minor format issues
Browse files Browse the repository at this point in the history
  • Loading branch information
phaag committed Jun 24, 2024
1 parent 2c661f6 commit ce52547
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/nfdump/nflowcache.c
Original file line number Diff line number Diff line change
Expand Up @@ -1728,10 +1728,7 @@ int SetBidirAggregation(void) {
// print -s record/xx statistics with as many print orders as required
void PrintFlowStat(RecordPrinter_t print_record, outputParams_t *outputParams) {
dbg_printf("Enter %s\n", __func__);
if (outputParams->mode != MODE_FMT && outputParams->mode != MODE_RAW) {
printf("Output format not implemented\n");
return;
}

size_t maxindex;

// Get sort array
Expand Down

0 comments on commit ce52547

Please sign in to comment.