From ad1aec70e7a38ba55c600e5d89fca3125d14b0c6 Mon Sep 17 00:00:00 2001 From: joe Date: Fri, 2 Sep 2016 17:21:03 -0400 Subject: Kiki now launches gpg-agent if neccessary. --- lib/dotlock.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/dotlock.c') diff --git a/lib/dotlock.c b/lib/dotlock.c index c111159..e091686 100644 --- a/lib/dotlock.c +++ b/lib/dotlock.c @@ -1286,6 +1286,8 @@ dotlock_remove_lockfiles (void) { dotlock_t h, h2; + if( never_lock ) return; + /* First set the lockfiles list to NULL so that for example dotlock_release is ware that this fucntion is currently running. */ -- cgit v1.2.3