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
2429721f
Commit
2429721f
authored
Jan 25, 2007
by
Howard Chu
Browse files
Remove extraneous debug statements
parent
9d3db298
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/connection.c
View file @
2429721f
...
...
@@ -1974,8 +1974,6 @@ connection_fake_destroy(
conn
.
c_connid
=
-
1
;
op
.
o_connid
=
-
1
;
Debug
(
LDAP_DEBUG_ANY
,
"connection_fake_destroy: %p
\n
"
,
eb
,
0
,
0
);
ber_memfree_x
(
eb
,
NULL
);
slapi_int_free_object_extensions
(
SLAPI_X_EXT_OPERATION
,
&
op
);
slapi_int_free_object_extensions
(
SLAPI_X_EXT_CONNECTION
,
&
conn
);
...
...
@@ -2019,7 +2017,6 @@ connection_fake_init(
if
(
ldap_pvt_thread_pool_getkey
(
ctx
,
connection_fake_init
,
&
eb
,
NULL
))
{
eb
=
ch_malloc
(
sizeof
(
*
eb
));
Debug
(
LDAP_DEBUG_ANY
,
"connection_fake_init: ctx %p, %p
\n
"
,
ctx
,
eb
,
0
);
slapi_int_create_object_extensions
(
SLAPI_X_EXT_CONNECTION
,
conn
);
slapi_int_create_object_extensions
(
SLAPI_X_EXT_OPERATION
,
op
);
eb
->
eb_conn
=
conn
->
c_extensions
;
...
...
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