From df50a49b7294c122ce6194218fd8fd70cb96d49d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 17 Jul 2007 11:30:36 +0000 Subject: [PATCH] make compile. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21634 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/ndbm_wrap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/roken/ndbm_wrap.c b/lib/roken/ndbm_wrap.c index 14c916123..c69bfe4b2 100644 --- a/lib/roken/ndbm_wrap.c +++ b/lib/roken/ndbm_wrap.c @@ -116,7 +116,7 @@ dbm_get (DB *db, int flags) db->cursor(db, NULL, &cursor, 0); if(cursor->c_get(cursor, &key, &value, flags) != 0) { datum.dptr = NULL; - datum.0 = NULL; + datum.dsize = 0; } else DBT2DATUM(&value, &datum); #else