diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2021-09-13 18:25:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-13 18:25:43 +0200 |
commit | 0eb7a0388c4549ebbf8cd7a10d398088005cc2de (patch) | |
tree | 33423d2bcd6395592e76f3b17b6b800c2f5df2be /src/lib/ndpi_main.c | |
parent | 3e06e6f5b85d320967bc0dbb70d5ff1e86b5f17d (diff) |
Hangout: fix usage of STUN function (#1299)
Diffstat (limited to 'src/lib/ndpi_main.c')
-rw-r--r-- | src/lib/ndpi_main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index 851b47a81..4f96120e0 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -49,9 +49,6 @@ #include "third_party/include/ndpi_patricia.h" #include "third_party/include/ndpi_md5.h" -/* stun.c */ -extern u_int32_t get_stun_lru_key(struct ndpi_flow_struct *flow, u_int8_t rev); - static int _ndpi_debug_callbacks = 0; /* #define DGA_DEBUG 1 */ |