Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
856c1340
Commit
856c1340
authored
Oct 23, 1998
by
Kurt Zeilenga
Browse files
Fix uninitialized pointer bug.
parent
1c0b433a
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/str2filter.c
View file @
856c1340
...
...
@@ -14,7 +14,7 @@ static int str2subvals();
Filter
*
str2filter
(
char
*
str
)
{
Filter
*
f
;
Filter
*
f
=
NULL
;
char
*
end
;
Debug
(
LDAP_DEBUG_FILTER
,
"str2filter
\"
%s
\"\n
"
,
str
,
0
,
0
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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