From: Sam Hartman Date: Wed, 30 Jan 2002 16:54:11 +0000 (+0000) Subject: Update X-Git-Tag: debian/1.2.3final-1 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=07e90d9f6a275b0649fc4cbc88b3e29f88c7314f;p=packages%2Fo%2Fopenafs.git Update --- diff --git a/src/rx/rx.c b/src/rx/rx.c index 32bddd196..90b73b0bd 100644 --- a/src/rx/rx.c +++ b/src/rx/rx.c @@ -16,7 +16,7 @@ #include #endif -RCSID("$Header: /tmp/cvstemp/openafs/src/rx/rx.c,v 1.10 2002/01/22 20:29:44 hartmans Exp $"); +RCSID("$Header: /tmp/cvstemp/openafs/src/rx/rx.c,v 1.11 2002/01/30 16:54:11 hartmans Exp $"); #ifdef KERNEL #include "../afs/sysincludes.h" @@ -899,7 +899,7 @@ static void rxi_DestroyConnectionNoLock(conn) RX_CALL_REFCOUNT_DELAY); if (call->state == RX_STATE_PRECALL || call->state == RX_STATE_ACTIVE) { - rxi_SendDelayedAck(call->delayedAckEvent, call, 0); + rxi_SendAck(call, 0, 0, 0, 0, RX_ACK_DELAY, 0); } else { rxi_AckAll((struct rxevent *)0, call, 0); }