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
d9b5c1b3
Commit
d9b5c1b3
authored
Jan 08, 2006
by
Kurt Zeilenga
Browse files
Additional SLAPI change from HEAD
parent
9035965b
Changes
1
Show whitespace changes
Inline
Side-by-side
servers/slapd/connection.c
View file @
d9b5c1b3
...
...
@@ -2238,6 +2238,11 @@ connection_fake_init(
op
->
o_connid
=
op
->
o_conn
->
c_connid
;
connection_init_log_prefix
(
op
);
#ifdef LDAP_SLAPI
slapi_int_create_object_extensions
(
SLAPI_X_EXT_CONNECTION
,
conn
);
slapi_int_create_object_extensions
(
SLAPI_X_EXT_OPERATION
,
op
);
#endif
/* LDAP_SLAPI */
slap_op_time
(
&
op
->
o_time
,
&
op
->
o_tincr
);
}
...
...
Write
Preview
Markdown
is supported
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