actually return datum with real content

This commit is contained in:
Love Hornquist Astrand
2011-05-17 21:54:32 -07:00
parent 553ad48e38
commit 5774dcfbd8

View File

@@ -122,6 +122,7 @@ dbm_get (DB *db, int flags)
DBT2DATUM(&value, &datum);
#else
db->seq(db, &key, &value, flags);
DBT2DATUM(&value, &datum);
#endif
return datum;
}