(db_fetch): HDB_ERR_NOENTRY makes more sense than ENOENT

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9614 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-01-30 03:27:09 +00:00
parent 3512a2495e
commit ddb37f32c6

View File

@@ -64,7 +64,7 @@ db_fetch(krb5_principal principal, hdb_entry **h)
}
}
free(ent);
return ENOENT;
return HDB_ERR_NOENTRY;
}
void