initialize_*_error_table -> initialize_*_error_table_r
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4416 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 1997 Kungliga Tekniska H<>gskolan
|
* Copyright (c) 1997, 1998 Kungliga Tekniska H<>gskolan
|
||||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
@@ -306,7 +306,7 @@ hdb_create(krb5_context context, HDB **db, const char *filename)
|
|||||||
krb5_error_code ret = 0;
|
krb5_error_code ret = 0;
|
||||||
if(filename == NULL)
|
if(filename == NULL)
|
||||||
filename = HDB_DEFAULT_DB;
|
filename = HDB_DEFAULT_DB;
|
||||||
initialize_hdb_error_table(&context->et_list);
|
initialize_hdb_error_table_r(&context->et_list);
|
||||||
#ifdef HAVE_DB_H
|
#ifdef HAVE_DB_H
|
||||||
ret = hdb_db_create(context, db, filename);
|
ret = hdb_db_create(context, db, filename);
|
||||||
#elif HAVE_NDBM_H
|
#elif HAVE_NDBM_H
|
||||||
|
Reference in New Issue
Block a user