From: Kurt Zeilenga Date: Tue, 3 Jan 2006 19:45:26 +0000 (+0000) Subject: improve LDAP_OTHER description X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~471 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cdbbed6c3b6a4f0b69fab6e37c3a098ca5d12620;p=openldap improve LDAP_OTHER description --- diff --git a/libraries/libldap/error.c b/libraries/libldap/error.c index bf782d7675..e7f0867386 100644 --- a/libraries/libldap/error.c +++ b/libraries/libldap/error.c @@ -1,7 +1,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * 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")},