]> git.sur5r.net Git - openldap/commitdiff
Cleanup
authorHallvard Furuseth <hallvard@openldap.org>
Sun, 31 Jul 2005 18:05:51 +0000 (18:05 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Sun, 31 Jul 2005 18:05:51 +0000 (18:05 +0000)
clients/tools/ldapmodify.c
clients/tools/ldapmodrdn.c
libraries/libldap/cyrus.c

index 44444d53ec98f726ffe7335b0b12bc7f3f0a3a36..de2513ca26a427255a922e02398fd728ca86e56a 100644 (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;
index 33c4b2934e3cfcbaf2d257c73f429799b165ca50..e87e13d7d7705f3a0c40bad15e813b0bc3d80754 100644 (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;
index 13baa9a280125167d1f0f29c006e0441f6863d3a..18c493688c262d9eafc5f5d99a03a18abe223dfe 100644 (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(