Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
285eee89
Commit
285eee89
authored
Dec 06, 2010
by
Hallvard Furuseth
Browse files
ITS#6625 Invert test in NT threads LDAP_INT_MUTEX_FIRSTCREATE
parent
7cb9c496
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/ldap_int_thread.h
View file @
285eee89
...
...
@@ -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_int_thread_mutex_init(&(m))))
#endif
LDAP_END_DECL
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment