mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-06 15:00:40 +08:00
ITS#9463 - Fix typo
This commit is contained in:
parent
583db6209d
commit
2a6e24e924
@ -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);
|
||||
if( rc ) {
|
||||
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 );
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user