Minor textual update.

remotes/origin/HEAD
Victor Julien 13 years ago
parent 0da93e84ca
commit 36c83f2651

@ -1102,7 +1102,7 @@ int DetectAddressMergeNot(DetectAddressHead *gh, DetectAddressHead *ghn)
if (DetectAddressIsCompleteIPSpace(ghn) == 1) { if (DetectAddressIsCompleteIPSpace(ghn) == 1) {
SCLogError(SC_ERR_INVALID_SIGNATURE, "Complete IP space negated. " SCLogError(SC_ERR_INVALID_SIGNATURE, "Complete IP space negated. "
"Rule address range is NIL. Probably have a !any or " "Rule address range is NIL. Probably have a !any or "
"a address range that supplies a NULL address range"); "an address range that supplies a NULL address range");
goto error; goto error;
} }

Loading…
Cancel
Save