Use re-entrant error-table.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4128 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-12-05 04:25:31 +00:00
parent a20dd63694
commit a1f7459397
4 changed files with 6 additions and 6 deletions

View File

@@ -306,7 +306,7 @@ hdb_create(krb5_context context, HDB **db, const char *filename)
krb5_error_code ret = 0;
if(filename == NULL)
filename = HDB_DEFAULT_DB;
initialize_hdb_error_table(&context->et_list);
initialize_hdb_error_table_r(&context->et_list);
#ifdef HAVE_DB_H
ret = hdb_db_create(context, db, filename);
#elif HAVE_NDBM_H