* kdb5.c (kdb_load_library): Make error message a little more accurate.
authorKen Raeburn <raeburn@mit.edu>
Sat, 16 Sep 2006 01:59:15 +0000 (01:59 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sat, 16 Sep 2006 01:59:15 +0000 (01:59 +0000)
commit112ac1b55322512bc782c4984cd860f617593f9a
tree5515cadc9047200efca03ba2ef2d9777ff69df94
parentc528dd35345466b32365f2b8e8304bff33081d42
* kdb5.c (kdb_load_library): Make error message a little more accurate.
(get_errmsg): New function.  Uses errcode_2_string and release_errcode_string
functions to copy out an error message from the plugin and store it locally,
if the error code supplied is nonzero.  Changed other uses of plugin functions
to call get_errmsg on returning.
(krb5_db_errcode2string): Deleted.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18591 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/kdb/kdb5.c