dccp tfrc: Receiver history initialisation routine
[deliverable/linux.git] / net / dccp / ccids / ccid3.c
index 5470a978be025b70e43b7452ab9ddd85a7ac1d2b..36f4992f3c38729edb019a6306b735ea11597eb7 100644 (file)
@@ -766,7 +766,7 @@ static int ccid3_hc_rx_init(struct ccid *ccid, struct sock *sk)
 
        hcrx->state = TFRC_RSTATE_NO_DATA;
        tfrc_lh_init(&hcrx->li_hist);
-       return tfrc_rx_hist_alloc(&hcrx->hist);
+       return tfrc_rx_hist_init(&hcrx->hist, sk);
 }
 
 static void ccid3_hc_rx_exit(struct sock *sk)
This page took 0.026501 seconds and 5 git commands to generate.