Skip to content

Commit 2c661f6

Browse files
committed
Fix minor format issues
1 parent a78db7f commit 2c661f6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/nfdump/nflowcache.c

-4
Original file line numberDiff line numberDiff line change
@@ -1773,10 +1773,6 @@ void PrintFlowStat(RecordPrinter_t print_record, outputParams_t *outputParams) {
17731773
// print Flow cache
17741774
void PrintFlowTable(RecordPrinter_t print_record, outputParams_t *outputParams, int GuessDir) {
17751775
dbg_printf("Enter %s\n", __func__);
1776-
if (outputParams->mode != MODE_FMT && outputParams->mode != MODE_RAW) {
1777-
printf("Output format not implemented\n");
1778-
return;
1779-
}
17801776

17811777
GuessDirection = GuessDir;
17821778
size_t maxindex;

0 commit comments

Comments
 (0)