]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/search.c
allow backwards compatibility for 'T' option (single char)
[openldap] / servers / slapd / search.c
index 91dcdb2b2f0115d29affcc522e9ee285b489150f..52e7d5a3dafdbf40e95368393aaae60f216d1618 100644 (file)
@@ -49,7 +49,7 @@ do_search(
     Operation  *op,    /* info about the op to which we're responding */
     SlapReply  *rs     /* all the response data we'll send */
 ) {
-       struct berval base = { 0, NULL };
+       struct berval base = BER_BVNULL;
        ber_len_t       siz, off, i;
        int                     manageDSAit;
        int                     be_manageDSAit;