From 2b7ae0ee902aaefa3191aa9491445282a86e96c9 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Sun, 9 Nov 1997 01:20:14 +0000 Subject: [PATCH] deprecate HDB_ERR_INUSE git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3835 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hdb/hdb_err.et | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hdb/hdb_err.et b/lib/hdb/hdb_err.et index 8b4f89938..e9b8f94af 100644 --- a/lib/hdb/hdb_err.et +++ b/lib/hdb/hdb_err.et @@ -9,7 +9,7 @@ error_table hdb prefix HDB_ERR -error_code INUSE, "Entry already exists in database" +error_code INUSE, "(deprecated error code) Entry exists in DB" error_code UK_SERROR, "Database store error" error_code UK_RERROR, "Database read error" error_code NOENTRY, "No such entry in the database"