diff options
author | Campus <campus@ntop.org> | 2016-11-13 18:45:50 +0100 |
---|---|---|
committer | Campus <campus@ntop.org> | 2016-11-13 18:45:50 +0100 |
commit | d86e5047799ffc667120a288c15de30996af37a5 (patch) | |
tree | 1a573770eaf5e8eb99287962b7d7bb8ef037c5ec /example/ndpiReader.c | |
parent | 2005979f46528fc078986dc5d240279bffe2daaf (diff) | |
parent | 3d6b4d4dffaef67d9f49380a39a248e7b7756da4 (diff) |
Merge branch 'alagoutte-warning' into dev
Diffstat (limited to 'example/ndpiReader.c')
-rw-r--r-- | example/ndpiReader.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example/ndpiReader.c b/example/ndpiReader.c index 0440a3954..42cae63cf 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -573,7 +573,7 @@ static void on_protocol_discovered(struct ndpi_workflow * workflow, } } - +#if 0 /** * @brief Print debug */ @@ -612,7 +612,7 @@ static void debug_printf(u_int32_t protocol, void *id_struct, va_end(va_ap); } - +#endif /** * @brief Setup for detection begin |