17 Sep
2007
17 Sep
'07
2:27 p.m.
Hi,
If you still have the sources you used to build that version, knowing the contents of line 842 would help.
ah yes. that i can do: main/event.c case REQUEST_PROXIED: rad_assert(request->next_callback != NULL); request->when = request->next_when; callback = request->next_callback; request->next_callback = NULL; break; line 842 is the rad_assert line I note that the latest code i'm running hasnt changed this section... alan