summaryrefslogtreecommitdiff
path: root/lib/dotlock.c
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2016-09-02 17:21:03 -0400
committerjoe <joe@jerkface.net>2016-09-02 17:34:46 -0400
commitad1aec70e7a38ba55c600e5d89fca3125d14b0c6 (patch)
treee48927ee9054f396cb198b34f341ed5e5486b028 /lib/dotlock.c
parentbbd209a3b83b11d1c46b13bea35b534598827c12 (diff)
Kiki now launches gpg-agent if neccessary.
Diffstat (limited to 'lib/dotlock.c')
-rw-r--r--lib/dotlock.c2
1 files changed, 2 insertions, 0 deletions
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)
1286{ 1286{
1287 dotlock_t h, h2; 1287 dotlock_t h, h2;
1288 1288
1289 if( never_lock ) return;
1290
1289 /* First set the lockfiles list to NULL so that for example 1291 /* First set the lockfiles list to NULL so that for example
1290 dotlock_release is ware that this fucntion is currently 1292 dotlock_release is ware that this fucntion is currently
1291 running. */ 1293 running. */