====================
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.
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
rx_DestroyConnection(conns[i] );
free(addr);
- free(cons);
+ free(conns);
if ( connSuccess ) return 0; /* success */
else return 1; /* failure */