tipc: introduce TIPC encryption & authentication
[linux-2.6-microblaze.git] / net / tipc / udp_media.c
index 43ca5fd..86aaa4d 100644 (file)
@@ -372,6 +372,7 @@ static int tipc_udp_recv(struct sock *sk, struct sk_buff *skb)
                goto out;
 
        if (b && test_bit(0, &b->up)) {
+               TIPC_SKB_CB(skb)->flags = 0;
                tipc_rcv(sock_net(sk), skb, b);
                return 0;
        }