]> err.no Git - linux-2.6/blobdiff - net/dccp/timer.c
Pull novell-bugzilla-156426 into release branch
[linux-2.6] / 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);
 }