This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / net / x25 / af_x25.c
index 2d8ee7c..be33fd8 100644 (file)
@@ -347,7 +347,6 @@ void x25_destroy_socket(struct sock *sk)
                /* Defer: outstanding buffers */
                sk->sk_timer.expires  = jiffies + 10 * HZ;
                sk->sk_timer.function = x25_destroy_timer;
-               sk->sk_timer.data = (unsigned long)sk;
                add_timer(&sk->sk_timer);
        } else {
                /* drop last reference so sock_put will free */