mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ITS#9463 - Fix typo
This commit is contained in:
parent
583db6209d
commit
2a6e24e924
1 changed files with 1 additions and 1 deletions
|
|
@ -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: cannnot 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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue