X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fldap_int_thread.h;h=4fe31c37173877444488d483392dbaf9d1ee5950;hb=46dc6c424b64721a715e54366093b2e6591dd5b8;hp=c2c75c758ef8ab504e2c02d0e318e76f5eadf5a3;hpb=285eee890409525a49889c7d579cd16166ffdd8f;p=openldap diff --git a/include/ldap_int_thread.h b/include/ldap_int_thread.h index c2c75c758e..4fe31c3717 100644 --- a/include/ldap_int_thread.h +++ b/include/ldap_int_thread.h @@ -2,7 +2,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2010 The OpenLDAP Foundation. + * Copyright 1998-2012 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -183,7 +183,7 @@ typedef DWORD ldap_int_thread_key_t; #ifndef LDAP_INT_MUTEX_NULL #define LDAP_INT_MUTEX_NULL ((HANDLE)0) #define LDAP_INT_MUTEX_FIRSTCREATE(m) \ - ((void) ((m) || ldap_int_thread_mutex_init(&(m)))) + ((void) ((m) || ldap_pvt_thread_mutex_init(&(m)))) #endif LDAP_END_DECL