]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/error.c
All implementations of lutil_lockf (aka ldap_lockf) block until
[openldap] / libraries / libldap / error.c
index b01e5785d711eeca0f10452696328b1ac001fe0d..96883b3471168ff6ad3ae223d9db4cbe7accc21b 100644 (file)
@@ -19,7 +19,7 @@ struct ldaperror {
        char    *e_reason;
 };
 
-static struct ldaperror ldap_errlist[] = {
+static const struct ldaperror ldap_errlist[] = {
        {LDAP_SUCCESS,                                  "Success" },
        {LDAP_OPERATIONS_ERROR,                 "Operations error" },
        {LDAP_PROTOCOL_ERROR,                   "Protocol error" },