]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/dccp/timer.c
[ROSE]: Fix routing table locking in rose_remove_neigh.
[linux-2.6-omap-h63xx.git] / net / dccp / timer.c
index d7c786608ec62d4ea48a779cc7ab22d70a5d47c7..5244415e5f1877762d98ba5763e0174f37ee4e7e 100644 (file)
@@ -31,7 +31,7 @@ static void dccp_write_err(struct sock *sk)
        sk->sk_err = sk->sk_err_soft ? : ETIMEDOUT;
        sk->sk_error_report(sk);
 
-       dccp_v4_send_reset(sk, DCCP_RESET_CODE_ABORTED);
+       dccp_send_reset(sk, DCCP_RESET_CODE_ABORTED);
        dccp_done(sk);
        DCCP_INC_STATS_BH(DCCP_MIB_ABORTONTIMEOUT);
 }