1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-05 12:21:48 +02:00

* Started using Berkeley DB environments. This is necessary for

transaction support (but we don't actually use transactions yet).
This commit is contained in:
Eelco Dolstra 2003-07-31 13:47:13 +00:00
parent 758bd4673a
commit 4a013962bd
12 changed files with 256 additions and 107 deletions

View file

@ -335,6 +335,8 @@ static void opVerify(Strings opFlags, Strings opArgs)
list. */
void run(Strings args)
{
openDB();
Strings opFlags, opArgs;
Operation op = 0;