From 15dff3c592385466406732cd6ced809dc28cf2e2 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 21 Mar 2018 21:40:28 +0300 Subject: Implement build plan simulation --- bpkg/auth.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/auth.cxx') diff --git a/bpkg/auth.cxx b/bpkg/auth.cxx index c8ec955..89f2b56 100644 --- a/bpkg/auth.cxx +++ b/bpkg/auth.cxx @@ -622,7 +622,7 @@ namespace bpkg else { database db (open (*conf, trace)); - transaction t (db.begin ()); + transaction t (db); r = auth_cert (co, *conf, db, pem, rl); t.commit (); } -- cgit v1.1