]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/passwd.c
Sync with HEAD
[openldap] / libraries / libldap / passwd.c
index 57428292c8e667bfd234b6bcaa08c6a8d8c2b6a0..d6e2dd1d2f981d92a6893f63f3b63f10573d5cb3 100644 (file)
@@ -85,7 +85,7 @@ ldap_passwd( LDAP *ld,
        int                             *msgidp )
 {
        int rc;
-       struct berval bv = {0, NULL};
+       struct berval bv = BER_BVNULL;
        BerElement *ber = NULL;
 
        assert( ld != NULL );