2
0
Fork 0

Fix action_reset (backend_failed)

This commit is contained in:
Stefan Bühler 2009-03-01 17:16:58 +01:00
parent b033f0c194
commit 78bb13b61c
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ void action_stack_reset(vrequest *vr, action_stack *as) {
action_stack_element_release(srv, vr, &g_array_index(as->stack, action_stack_element, i));
}
g_array_set_size(as->stack, 0);
as->backend_failed = FALSE;
}
void action_stack_clear(vrequest *vr, action_stack *as) {