On Tue, 13 May 2003 04:28:09 +0200, Patrick McHardy said: > --- a/net/ipv4/xfrm4_state.c Tue May 13 04:22:50 2003 > +++ b/net/ipv4/xfrm4_state.c Tue May 13 04:22:50 2003 > @@ -101,7 +101,7 @@ > x0->lft.hard_add_expires_seconds = XFRM_ACQ_EXPIRES; > xfrm_state_hold(x0); > mod_timer(&x0->timer, jiffies + XFRM_ACQ_EXPIRES*HZ); > - xfrm_state_hold(0); > + xfrm_state_hold(x0); What a blecherous variable name. Somebody is going to try 'fixing' it to 0x0 one of these days.. ;)