Tabs are evil. On Sat, Jan 11, 2003 at 02:18:08PM +0100, Frode E. Moe wrote: > Some clarifications are in order here. > > request.c line 565 is: > > for ( ttmplr = &lr->lr_parent->lr_child; *ttmplr && *ttmplr != lr; ttmplr = &(*ttmplr)->lr_refnext ); > ^ > ^ > this is causing the segfault. >