mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
typo in error message
This commit is contained in:
parent
bbbe0db326
commit
0caf54b429
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ bdb_csn_commit(
|
|||
goto rewind;
|
||||
case DB_KEYEXIST :
|
||||
rs->sr_err = LDAP_OTHER;
|
||||
rs->sr_text = "context csn exists before contex prefix does";
|
||||
rs->sr_text = "context csn exists before context prefix does";
|
||||
return BDB_CSN_ABORT;
|
||||
default :
|
||||
rs->sr_err = LDAP_OTHER;
|
||||
|
|
|
|||
Loading…
Reference in a new issue