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
Nadezhda Ivanova
OpenLDAP
Commits
042fa7ff
Commit
042fa7ff
authored
Dec 04, 2010
by
Hallvard Furuseth
Browse files
ITS#6735 Fix uninitialized filter in slapd-tester
parent
e0adc1aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/progs/slapd-tester.c
View file @
042fa7ff
...
...
@@ -1060,6 +1060,9 @@ get_read_entries( char *filename, char *entries[], char *filters[] )
ldap_free_urldesc
(
lud
);
}
else
{
if
(
filters
!=
NULL
)
filters
[
entry
]
=
NULL
;
entries
[
entry
]
=
ArgDup
(
line
);
}
...
...
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