diff options
author | Luca Deri <deri@ntop.org> | 2017-10-06 09:51:42 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2017-10-06 09:51:42 +0200 |
commit | 27d66f68459804d4b44a4259dd0813dc995d5ca1 (patch) | |
tree | bd2db5bdc6ed5e239e7e5c6705ac2a4d5846ad0e /example/ndpiReader.c | |
parent | b10e5263648f16ac81c380392d2ca03546622fc8 (diff) |
Typo
Diffstat (limited to 'example/ndpiReader.c')
-rw-r--r-- | example/ndpiReader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/ndpiReader.c b/example/ndpiReader.c index 7343ce2a3..fbfc8132d 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -1916,7 +1916,7 @@ static void printResults(u_int64_t tot_usec) { printPortStats(dstStats); } - if(00 && stats_flag) { + if(stats_flag) { #ifdef HAVE_JSON_C json_object *jObj_stats = json_object_new_object(); char timestamp[64]; |