]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Update debian/1.2.3final-1
authorSam Hartman <hartmans@debian.org>
Wed, 30 Jan 2002 16:54:11 +0000 (16:54 +0000)
committerSam Hartman <hartmans@debian.org>
Wed, 30 Jan 2002 16:54:11 +0000 (16:54 +0000)
src/rx/rx.c

index 32bddd196f18b0bfd2655aa09383422289bcc22a..90b73b0bd5f1c335b97f99142a9b8f1243ead34b 100644 (file)
@@ -16,7 +16,7 @@
 #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"
@@ -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);
                    }