Fix broken stateful detection unittest.

remotes/origin/master-1.1.x
Victor Julien 14 years ago
parent 7595785547
commit 0ea883edf3

@ -831,11 +831,15 @@ static int DeStateTest02(void) {
goto end;
}
if (state->head->store[15].sid != 155) {
if (state->head->store[14].sid != 144) {
goto end;
}
if (state->head->next->store[0].sid != 166) {
if (state->head->next->store[0].sid != 155) {
goto end;
}
if (state->head->next->store[1].sid != 166) {
goto end;
}

Loading…
Cancel
Save