diff options
author | Luca Deri <deri@ntop.org> | 2019-04-12 19:33:17 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-04-12 19:33:17 +0200 |
commit | 1bf9351a6768cdd9bbaa345be0c5031cbf45d684 (patch) | |
tree | aad2e1f10c637f6ce497bc17dc9980bf5bca900e /src/lib/ndpi_main.c | |
parent | 3cb0b3fc7b2cb5056c74f2403693557e00757931 (diff) | |
parent | ffb1b9c14fccb6b29d2e829362cd0c469db8e9a4 (diff) |
Merge branch 'dev' of https://github.com/ntop/nDPI into dev
Diffstat (limited to 'src/lib/ndpi_main.c')
-rw-r--r-- | src/lib/ndpi_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index 090ca3f8a..924298551 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -2889,7 +2889,7 @@ int ndpi_handle_rule(struct ndpi_detection_module_struct *ndpi_mod, udp:139@NETBIOS */ -int ndpi_load_protocols_file(struct ndpi_detection_module_struct *ndpi_mod, char* path) { +int ndpi_load_protocols_file(struct ndpi_detection_module_struct *ndpi_mod, const char* path) { FILE *fd; char *buffer, *old_buffer; int chunk_len = 512, buffer_len = chunk_len, old_buffer_len; |