summaryrefslogtreecommitdiff
path: root/sharkd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sharkd.c')
-rw-r--r--sharkd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sharkd.c b/sharkd.c
index a9a451b78c..64669455d8 100644
--- a/sharkd.c
+++ b/sharkd.c
@@ -250,7 +250,7 @@ main(int argc, char *argv[])
* Read the files that enable and disable protocols and heuristic
* dissectors.
*/
- read_enabled_and_disabled_protos();
+ read_enabled_and_disabled_lists();
cap_file_init(&cfile);