fixed bug 291 corrected reference to reference-config-file

remotes/origin/master-1.1.x
Eileen Donlon 14 years ago committed by Victor Julien
parent 89599d3b9b
commit e8c51e09e8

@ -459,7 +459,7 @@ void SCRConfReferenceHashFree(void *data)
int SCRConfLoadReferenceConfigFile(DetectEngineCtx *de_ctx) int SCRConfLoadReferenceConfigFile(DetectEngineCtx *de_ctx)
{ {
if (SCRConfInitContext(de_ctx) == -1) { if (SCRConfInitContext(de_ctx) == -1) {
printf("\nPlease check the \"reference-file\" option in your suricata.yaml file.\n"); printf("\nPlease check the \"reference-config-file\" option in your suricata.yaml file.\n");
exit(EXIT_FAILURE); exit(EXIT_FAILURE);
return -1; return -1;
} }

Loading…
Cancel
Save