diff --git a/src/modules/module_19700.c b/src/modules/module_19700.c index a504e8ef3..0854f1576 100644 --- a/src/modules/module_19700.c +++ b/src/modules/module_19700.c @@ -115,7 +115,7 @@ int module_hash_decode (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSE // assume no signature found if (line_len < 12) return (PARSER_SALT_LENGTH); - char *spn_info_start = strchr ((const char *) line_buf + 12 + 1, '*'); + char *spn_info_start = strchr ((const char *) line_buf + 12 + 1, '*'); int is_spn_provided = 0; int is_machine_account = 0;