bug #411 - fix failing unittest

remotes/origin/HEAD
Anoop Saldanha 14 years ago committed by Victor Julien
parent 6556b4c62b
commit c2d47718c1

@ -893,7 +893,7 @@ static int DetectDistanceTest01(void)
}
/* within needs to be 23: distance + content_len as Snort auto fixes this */
if (co->within != 23) {
if (co->within != 19) {
printf("within %"PRIi32", expected 23: ", co->within);
goto end;
}

Loading…
Cancel
Save