diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2023-08-20 15:18:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-20 15:18:19 +0200 |
commit | cc4461f4246f9e8eca9be5796aa53ec785d1a4f0 (patch) | |
tree | 873eb5d7a031e23c8c0401fa63b17af6cb105e2f /src/lib/ndpi_classify.c | |
parent | 5867f43fae70b1a08b64e8635bf8183ba4d29124 (diff) |
fuzz: extend coverage (#2073)
Diffstat (limited to 'src/lib/ndpi_classify.c')
-rw-r--r-- | src/lib/ndpi_classify.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ndpi_classify.c b/src/lib/ndpi_classify.c index 538eb2b82..114982de4 100644 --- a/src/lib/ndpi_classify.c +++ b/src/lib/ndpi_classify.c @@ -583,7 +583,9 @@ ndpi_update_params (classifier_type_codes_t param_type, const char *param_file) break; default: +#if 0 printf("error: unknown paramerter type (%d)", param_type); +#endif break; } } |