diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/util_ldap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/util_ldap.h b/include/util_ldap.h index e6c35c3436..3e678c9ff7 100644 --- a/include/util_ldap.h +++ b/include/util_ldap.h @@ -129,7 +129,7 @@ typedef struct util_ldap_state_t { /* cache ald */ void *util_ldap_cache; char *lock_file; /* filename for shm lock mutex */ - int connectionTimeout; + long connectionTimeout; } util_ldap_state_t; |