mirror of
https://github.com/samba-team/samba.git
synced 2025-12-05 12:23:50 +03:00
build: fix build warning.
Guenther
This commit is contained in:
@@ -694,7 +694,7 @@ int smb_ldap_setup_conn(LDAP **ldap_struct, const char *uri)
|
|||||||
rc = ldap_set_option(*ldap_struct, LDAP_OPT_NETWORK_TIMEOUT, &ct);
|
rc = ldap_set_option(*ldap_struct, LDAP_OPT_NETWORK_TIMEOUT, &ct);
|
||||||
if (rc != LDAP_SUCCESS) {
|
if (rc != LDAP_SUCCESS) {
|
||||||
DEBUG(0,("Failed to setup an ldap connection timeout %d: %s\n",
|
DEBUG(0,("Failed to setup an ldap connection timeout %d: %s\n",
|
||||||
ct.tv_sec, ldap_err2string(rc)));
|
(int)ct.tv_sec, ldap_err2string(rc)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user