Fix Windows build of mcache.c
Commit c04aa9e082
specified the
mutex type, pthread_mutex_t, directly instead of using the
abstraction, HEIMDAL_MUTEX.
Change-Id: Iedfc46163140cf23014d357cc8ccc9f0e6224327
This commit is contained in:
@@ -47,7 +47,7 @@ typedef struct krb5_mcache {
|
||||
struct krb5_mcache *next;
|
||||
time_t mtime;
|
||||
krb5_deltat kdc_offset;
|
||||
pthread_mutex_t mutex;
|
||||
HEIMDAL_MUTEX mutex;
|
||||
} krb5_mcache;
|
||||
|
||||
static HEIMDAL_MUTEX mcc_mutex = HEIMDAL_MUTEX_INITIALIZER;
|
||||
|
Reference in New Issue
Block a user