summaryrefslogtreecommitdiff
path: root/kiki.hs
diff options
context:
space:
mode:
Diffstat (limited to 'kiki.hs')
-rw-r--r--kiki.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/kiki.hs b/kiki.hs
index 2968067..098ed98 100644
--- a/kiki.hs
+++ b/kiki.hs
@@ -1342,7 +1342,7 @@ main = do
1342 return $ \rt kd -> Just () 1342 return $ \rt kd -> Just ()
1343 importifauth_f = do Map.lookup "--import-if-authentic" margs 1343 importifauth_f = do Map.lookup "--import-if-authentic" margs
1344 return guardAuthentic 1344 return guardAuthentic
1345 kikiOp = KeyRingData 1345 kikiOp = KeyRingOperation
1346 { kFiles = Map.fromList $ 1346 { kFiles = Map.fromList $
1347 [ ( HomeSec, (MutableRef Nothing, KeyRingFile passfd) ) 1347 [ ( HomeSec, (MutableRef Nothing, KeyRingFile passfd) )
1348 , ( HomePub, (MutableRef Nothing, KeyRingFile Nothing) ) 1348 , ( HomePub, (MutableRef Nothing, KeyRingFile Nothing) )