From 0f978c8c40c9a63b967908280580a8c3d68cecd9 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Mon, 16 Feb 1998 16:30:24 +0000 Subject: [PATCH] initialize_*_error_table -> initialize_*_error_table_r git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4416 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hdb/hdb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/hdb/hdb.c b/lib/hdb/hdb.c index 105994947..0127e0ae4 100644 --- a/lib/hdb/hdb.c +++ b/lib/hdb/hdb.c @@ -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). * All rights reserved. * @@ -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