]> git.sur5r.net Git - openldap/commitdiff
Fix parseSearchOptions
authorHoward Chu <hyc@openldap.org>
Fri, 13 May 2005 01:33:22 +0000 (01:33 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 13 May 2005 01:33:22 +0000 (01:33 +0000)
servers/slapd/controls.c

index 4891563ea8d9849beded16989d009b3425b05e9a..26f88654f80c2678cf9c92852660f49225e6cf11 100644 (file)
@@ -1324,6 +1324,7 @@ static int parseSearchOptions (
 {
        BerElement *ber;
        ber_int_t search_flags;
+       ber_tag_t tag;
 
        if ( ctrl->ldctl_value.bv_len == 0 ) {
                rs->sr_text = "searchOptions control value not empty";