From 0172a6aa2637a6f7d2df584f4dba60cce0285c9e Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Mon, 21 Jul 2008 19:34:05 +0000 Subject: [PATCH] windows-cm_conn-20080721 LICENSE MIT callp -> rxconnp --- src/WINNT/afsd/cm_conn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WINNT/afsd/cm_conn.h b/src/WINNT/afsd/cm_conn.h index 952c33b7e..26757a450 100644 --- a/src/WINNT/afsd/cm_conn.h +++ b/src/WINNT/afsd/cm_conn.h @@ -22,7 +22,7 @@ extern DWORD RDRtimeout; typedef struct cm_conn { struct cm_conn *nextp; /* locked by cm_connLock */ struct cm_server *serverp; /* locked by cm_serverLock */ - struct rx_connection *callp; /* locked by mx */ + struct rx_connection *rxconnp; /* locked by mx */ struct cm_user *userp; /* locked by mx; a held reference */ osi_mutex_t mx; /* mutex for some of these fields */ afs_int32 refCount; /* Interlocked */ -- 2.39.5