mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
411 B
Plaintext
14 lines
411 B
Plaintext
$NetBSD: patch-af,v 1.1 2004/09/02 10:39:04 grant Exp $
|
|
|
|
--- dbops.c.orig 1998-05-14 02:57:39.000000000 +1000
|
|
+++ dbops.c
|
|
@@ -117,7 +117,7 @@ struct stateinfo*getstate(const char*key
|
|
if(lastcheck!=curt)
|
|
{ lastcheck=curt;
|
|
if(!cs)
|
|
- { db->cursor(db,0,&cs);d.data="";d.size=1;
|
|
+ { db->cursor(db,0,&cs,0);d.data="";d.size=1;
|
|
if(!db->get(db,0,&d,&k,0))
|
|
cs->c_get(cs,&k,&d,DB_SET);
|
|
}
|