make compile.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21634 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-07-17 11:30:36 +00:00
parent 46bee2b629
commit df50a49b72

View File

@@ -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