detect: explicitly skip check on SCConfGet

CID: 1644571
pull/13049/head
Philippe Antoine 3 months ago committed by Victor Julien
parent adfa46ab1c
commit e301e038ef

@ -2632,7 +2632,7 @@ const char *DetectEngineMpmCachingGetPath(void)
char yamlpath[] = "detect.sgh-mpm-caching-path";
const char *strval = NULL;
SCConfGet(yamlpath, &strval);
(void)SCConfGet(yamlpath, &strval);
if (strval != NULL) {
return strval;

Loading…
Cancel
Save