Adapt to new name of HDB errors
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2686 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -63,7 +63,7 @@ get_entry(int argc, char **argv)
|
||||
ret = db->fetch(context, db, &ent);
|
||||
|
||||
switch(ret){
|
||||
case KRB5_HDB_NOENTRY:
|
||||
case HDB_ERR_NOENTRY:
|
||||
fprintf(stderr, "Entry not found in database\n");
|
||||
break;
|
||||
case 0: {
|
||||
|
Reference in New Issue
Block a user