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
2a6e24e9
Commit
2a6e24e9
authored
Aug 08, 2021
by
Quanah Gibson-Mount
Browse files
ITS#9463 - Fix typo
parent
583db620
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-wt/ctx.c
View file @
2a6e24e9
...
@@ -51,7 +51,7 @@ wt_ctx_init(struct wt_info *wi)
...
@@ -51,7 +51,7 @@ wt_ctx_init(struct wt_info *wi)
rc
=
wi
->
wi_cache
->
open_session
(
wi
->
wi_cache
,
NULL
,
NULL
,
&
wc
->
idlcache_session
);
rc
=
wi
->
wi_cache
->
open_session
(
wi
->
wi_cache
,
NULL
,
NULL
,
&
wc
->
idlcache_session
);
if
(
rc
)
{
if
(
rc
)
{
Debug
(
LDAP_DEBUG_ANY
,
Debug
(
LDAP_DEBUG_ANY
,
"wt_ctx_init: cann
n
ot open idlcache session %s(%d)
\n
"
,
"wt_ctx_init: cannot open idlcache session %s(%d)
\n
"
,
wiredtiger_strerror
(
rc
),
rc
);
wiredtiger_strerror
(
rc
),
rc
);
return
NULL
;
return
NULL
;
}
}
...
...
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