diff options
author | Luca Deri <deri@ntop.org> | 2015-11-30 14:22:01 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2015-11-30 14:22:01 +0100 |
commit | 34491f4be16733b7d9a596fbcbf84beaf986bc2e (patch) | |
tree | 239acb4662ca428d6fa579615f25f6a97c747af2 /src/lib/protocols/afp.c | |
parent | 34e0a74c0764b776ac71e33789cdf912afad376b (diff) | |
parent | 587f156557c67a8dd4e025d7ce08b154cbb1132d (diff) |
Merge branch 'dev' of https://github.com/ntop/nDPI into dev
Diffstat (limited to 'src/lib/protocols/afp.c')
-rw-r--r-- | src/lib/protocols/afp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/afp.c b/src/lib/protocols/afp.c index 1b5232494..0f61986bc 100644 --- a/src/lib/protocols/afp.c +++ b/src/lib/protocols/afp.c @@ -23,8 +23,8 @@ * */ - #include "ndpi_protocols.h" + #ifdef NDPI_PROTOCOL_AFP static void ndpi_int_afp_add_connection(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) |