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
Joe Martin
OpenLDAP
Commits
7d8e4713
Commit
7d8e4713
authored
Feb 02, 2011
by
Quanah Gibson-Mount
Browse files
6814 cleanup (ITS#6820)
parent
01389272
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/filter.c
View file @
7d8e4713
...
...
@@ -586,7 +586,7 @@ filter_free( Filter *f )
void
filter2bv_x
(
Operation
*
op
,
Filter
*
f
,
struct
berval
*
fstr
)
{
return
filter2bv_undef_x
(
op
,
f
,
0
,
fstr
);
filter2bv_undef_x
(
op
,
f
,
0
,
fstr
);
}
void
...
...
@@ -848,7 +848,7 @@ simple:
void
filter2bv
(
Filter
*
f
,
struct
berval
*
fstr
)
{
return
filter2bv_undef
(
f
,
0
,
fstr
);
filter2bv_undef
(
f
,
0
,
fstr
);
}
void
...
...
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