From ce76d4774a9e9d6b6c57d2c21f45f289eedccd56 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 16 Jan 2018 10:29:18 +0200 Subject: Use tmp directory facility for storing temporary certificates --- bpkg/bpkg.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bpkg/bpkg.cxx') diff --git a/bpkg/bpkg.cxx b/bpkg/bpkg.cxx index 4385567..79e3341 100644 --- a/bpkg/bpkg.cxx +++ b/bpkg/bpkg.cxx @@ -309,8 +309,7 @@ try break; } - if (!tmp_dir.empty ()) - clean_tmp (true /* ignore_error */); + clean_tmp (true /* ignore_error */); if (r != 0) return r; -- cgit v1.1