From 967c661d944158621f3a3f94c0e68fedd318c2a2 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Fri, 14 Mar 1997 02:19:25 +0000 Subject: [PATCH] Ditto. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1401 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hdb/ndbm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hdb/ndbm.c b/lib/hdb/ndbm.c index e7d5cb813..55d65a518 100644 --- a/lib/hdb/ndbm.c +++ b/lib/hdb/ndbm.c @@ -115,7 +115,7 @@ NDBM_firstkey(krb5_context context, HDB *db, hdb_entry *entry) static krb5_error_code NDBM_nextkey(krb5_context context, HDB *db, hdb_entry *entry) { - return DB_seq(context, db, entry, 0); + return NDBM_seq(context, db, entry, 0); } krb5_error_code