[NETFILTER]: sip: Fix RTP address NAT
[powerpc.git] / net / rose / rose_route.c
index a1233e1..1f9aefd 100644 (file)
@@ -906,7 +906,7 @@ int rose_route_frame(struct sk_buff *skb, ax25_cb *ax25)
                        }
                }
                else {
-                       skb->h.raw = skb->data;
+                       skb_reset_transport_header(skb);
                        res = rose_process_rx_frame(sk, skb);
                        goto out;
                }