mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
Cleanup
This commit is contained in:
parent
2b5cf310e6
commit
d49a477702
3 changed files with 3 additions and 3 deletions
|
|
@ -1117,7 +1117,7 @@ static int process_response(
|
|||
{
|
||||
LDAPMessage *res;
|
||||
int rc = LDAP_OTHER;
|
||||
struct timeval tv = { 0 };
|
||||
struct timeval tv = { 0, 0 };
|
||||
|
||||
for ( ; ; ) {
|
||||
tv.tv_sec = 0;
|
||||
|
|
|
|||
|
|
@ -265,7 +265,7 @@ static int domodrdn(
|
|||
}
|
||||
|
||||
for ( ; ; ) {
|
||||
struct timeval tv = { 0 };
|
||||
struct timeval tv = { 0, 0 };
|
||||
|
||||
if ( tool_check_abandon( ld, id ) ) {
|
||||
return LDAP_CANCELLED;
|
||||
|
|
|
|||
|
|
@ -877,7 +877,7 @@ static struct {
|
|||
{ BER_BVC("minssf="), 0, GOT_MINSSF, 0 },
|
||||
{ BER_BVC("maxssf="), 0, GOT_MAXSSF, INT_MAX },
|
||||
{ BER_BVC("maxbufsize="), 0, GOT_MAXBUF, 65536 },
|
||||
{ BER_BVNULL, 0, 0 }
|
||||
{ BER_BVNULL, 0, 0, 0 }
|
||||
};
|
||||
|
||||
void ldap_pvt_sasl_secprops_unparse(
|
||||
|
|
|
|||
Loading…
Reference in a new issue