Fix Conf api usage after rebase

pull/678/merge
Victor Julien 13 years ago
parent 8d29dfca59
commit 0a24ac0855

@ -1852,10 +1852,10 @@ static int PostConfLoadedSetup(SCInstance *suri)
switch (suri->checksum_validation) {
case 0:
ConfSet("stream.checksum-validation", "0", 0);
ConfSet("stream.checksum-validation", "0");
break;
case 1:
ConfSet("stream.checksum-validation", "1", 1);
ConfSet("stream.checksum-validation", "1");
break;
}

Loading…
Cancel
Save