On 3/12/06, Patrick McHardy <[EMAIL PROTECTED]> wrote:
> Arnaldo Carvalho de Melo wrote:
> >>-               if(ip_ufo_append_data(sk, getfrag, from, length, hh_len,
> >>-                              fragheaderlen, transhdrlen, mtu, flags))
> >>+               if ((err = ip_ufo_append_data(sk, getfrag, from, length, 
> >>hh_len,
> >>+                                             fragheaderlen, transhdrlen, 
> >>mtu,
> >>+                                             flags)))
> >
> >
> > Ugh, can this be changed to look like:
> >
> >      err = foo();
> >      if (err)
> >
> > ?
>
> Sure, new patch attached.

Thanks a lot.

- Arnaldo
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to