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
ingo Voss
OpenLDAP
Commits
9a0caa62
Commit
9a0caa62
authored
Jun 04, 1999
by
Kurt Zeilenga
Browse files
Initialize connection pointer to NULL else won't be able to
detect connection table full properly.
parent
5f7f095b
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/connection.c
View file @
9a0caa62
...
...
@@ -231,6 +231,8 @@ long connection_init(
{
int
i
;
c
=
NULL
;
for
(
i
=
0
;
i
<
dtblsize
;
i
++
)
{
if
(
connections
[
i
].
c_struct_state
==
SLAP_C_UNINITIALIZED
)
{
assert
(
connections
[
i
].
c_sb
==
0
);
...
...
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