(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:
@@ -64,7 +64,7 @@ db_fetch(krb5_principal principal, hdb_entry **h)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
free(ent);
|
free(ent);
|
||||||
return ENOENT;
|
return HDB_ERR_NOENTRY;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Reference in New Issue
Block a user