#include <afs/param.h>
#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"
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);
}