From 5e64ca32ac552c31bf8683e1ade435039e0154ba Mon Sep 17 00:00:00 2001 From: Garry Zacheiss Date: Fri, 15 Nov 2002 04:08:57 +0000 Subject: [PATCH] fix typo introduced during merge. ==================== This delta was composed from multiple commits as part of the CVS->Git migration. The checkin message with each commit was inconsistent. The following are the additional commit messages. ==================== Fix typo introduced during merge. --- src/rx/rx_kernel.h | 2 +- src/viced/callback.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rx/rx_kernel.h b/src/rx/rx_kernel.h index 777f02e83..ff8cb1b45 100644 --- a/src/rx/rx_kernel.h +++ b/src/rx/rx_kernel.h @@ -30,7 +30,7 @@ typedef struct socket *osi_socket; extern osi_socket rxi_GetUDPSocket(); -#if (!defined(AFS_GLOBAL_SUNLOCK) && !defined(RX_ENABLE_LOCKS) +#if (!defined(AFS_GLOBAL_SUNLOCK) && !defined(RX_ENABLE_LOCKS)) #define osi_rxSleep(a) afs_osi_Sleep(a) #define osi_rxWakeup(a) afs_osi_Wakeup(a) #endif diff --git a/src/viced/callback.c b/src/viced/callback.c index 219a3141b..d25c7adfc 100644 --- a/src/viced/callback.c +++ b/src/viced/callback.c @@ -1946,7 +1946,7 @@ struct host* host; rx_DestroyConnection(conns[i] ); free(addr); - free(cons); + free(conns); if ( connSuccess ) return 0; /* success */ else return 1; /* failure */ -- 2.39.5