summaryrefslogtreecommitdiff
path: root/appl/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'appl/cmd')
-rw-r--r--appl/cmd/mount.b2
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/cmd/mount.b b/appl/cmd/mount.b
index 514db41a..5bf4fe7b 100644
--- a/appl/cmd/mount.b
+++ b/appl/cmd/mount.b
@@ -103,7 +103,7 @@ init(ctxt: ref Draw->Context, args: list of string)
if(factotum == nil)
nomod(Factotum->PATH);
factotum->init();
- ok = factotum->mount(fd, mountpoint, flags, spec, nil).t0;
+ ok = factotum->mount(fd, mountpoint, flags, spec, keyfile).t0;
}else{
err: string;
if(!persist){