X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fipx%2Fipx_route.c;h=e16c11423527df9832485de4479eb019d51d9c1b;hb=b7e23d913aafc93fc5f119e1be17620073cc3811;hp=e8277f544e72511749c1e31d1653a2e1084c5c6d;hpb=7e28ecc282574a7d72ace365fc9bc86e27ba880f;p=linux-2.6 diff --git a/net/ipx/ipx_route.c b/net/ipx/ipx_route.c index e8277f544e..e16c114235 100644 --- a/net/ipx/ipx_route.c +++ b/net/ipx/ipx_route.c @@ -204,7 +204,7 @@ int ipxrtr_route_packet(struct sock *sk, struct sockaddr_ipx *usipx, /* Fill in IPX header */ skb_reset_network_header(skb); - skb->h.raw = skb->data; + skb_reset_transport_header(skb); skb_put(skb, sizeof(struct ipxhdr)); ipx = ipx_hdr(skb); ipx->ipx_pktsize = htons(len + sizeof(struct ipxhdr));