event.c assertion in pre2....
A.L.M.Buxey at lboro.ac.uk
A.L.M.Buxey at lboro.ac.uk
Mon Sep 17 20:27:28 CEST 2007
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
More information about the Freeradius-Devel
mailing list