diff --git a/src/detect-engine-state.c b/src/detect-engine-state.c index 0eb9f7430f..2c7031799a 100644 --- a/src/detect-engine-state.c +++ b/src/detect-engine-state.c @@ -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; }