Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
9d8f60e6
Commit
9d8f60e6
authored
May 27, 2000
by
Kurt Zeilenga
Browse files
fix -USLAPD_SCHEMA_NOT_COMPAT
parent
58d25f4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/filter.c
View file @
9d8f60e6
...
@@ -578,7 +578,9 @@ return_error:
...
@@ -578,7 +578,9 @@ return_error:
ber_bvfree
(
f
->
f_sub_initial
);
ber_bvfree
(
f
->
f_sub_initial
);
ber_bvecfree
(
f
->
f_sub_any
);
ber_bvecfree
(
f
->
f_sub_any
);
ber_bvfree
(
f
->
f_sub_final
);
ber_bvfree
(
f
->
f_sub_final
);
#ifdef SLAPD_SCHEMA_NOT_COMPAT
ch_free
(
f
->
f_sub
);
ch_free
(
f
->
f_sub
);
#endif
return
rc
;
return
rc
;
}
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment