mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
improve LDAP_OTHER description
This commit is contained in:
parent
1799e235da
commit
cdbbed6c3b
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/* $OpenLDAP$ */
|
||||
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
||||
*
|
||||
* Copyright 1998-2005 The OpenLDAP Foundation.
|
||||
* Copyright 1998-2006 The OpenLDAP Foundation.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
|
@ -83,7 +83,7 @@ static struct ldaperror ldap_builtin_errlist[] = {
|
|||
{LDAP_RESULTS_TOO_LARGE, N_("Results too large")},
|
||||
{LDAP_AFFECTS_MULTIPLE_DSAS, N_("Operation affects multiple DSAs")},
|
||||
|
||||
{LDAP_OTHER, N_("Internal (implementation specific) error")},
|
||||
{LDAP_OTHER, N_("Other (e.g., implementation specific) error")},
|
||||
|
||||
{LDAP_CANCELLED, N_("Cancelled")},
|
||||
{LDAP_NO_SUCH_OPERATION, N_("No Operation to Cancel")},
|
||||
|
|
|
|||
Loading…
Reference in a new issue