mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
ISO C chokes on comma at end of enum list
This commit is contained in:
parent
c682e101ea
commit
a20b19cc9e
@ -33,7 +33,7 @@ enum ldap_int_thread_pool_state {
|
|||||||
LDAP_INT_THREAD_POOL_RUNNING,
|
LDAP_INT_THREAD_POOL_RUNNING,
|
||||||
LDAP_INT_THREAD_POOL_FINISHING,
|
LDAP_INT_THREAD_POOL_FINISHING,
|
||||||
LDAP_INT_THREAD_POOL_STOPPING,
|
LDAP_INT_THREAD_POOL_STOPPING,
|
||||||
LDAP_INT_THREAD_POOL_PAUSING,
|
LDAP_INT_THREAD_POOL_PAUSING
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct ldap_int_thread_key_s {
|
typedef struct ldap_int_thread_key_s {
|
||||||
|
Loading…
Reference in New Issue
Block a user