remove HDB_ERR_INUSE

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3857 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-11-09 04:03:37 +00:00
parent eac320277d
commit 324c4e9fe6

View File

@@ -44,7 +44,6 @@ kadm5_ret_t
_kadm5_error_code(kadm5_ret_t code)
{
switch(code){
case HDB_ERR_INUSE:
case HDB_ERR_EXISTS:
return KADM5_DUP;
case HDB_ERR_NOENTRY: