This commit is contained in:
Hallvard Furuseth 2005-07-31 18:05:51 +00:00
parent 2b5cf310e6
commit d49a477702
3 changed files with 3 additions and 3 deletions

View file

@ -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;

View file

@ -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;

View file

@ -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(