summaryrefslogtreecommitdiff
path: root/appl/cmd
diff options
context:
space:
mode:
authorforsyth <forsyth@vitanuova.com>2009-12-15 21:40:20 +0000
committerforsyth <forsyth@vitanuova.com>2009-12-15 21:40:20 +0000
commit3b28b169a99e08b4e7cc408963d9e79c3446a87f (patch)
tree8efa3a7f012c8ebeb17a0deaefc18abf86eea5bb /appl/cmd
parent9274481003af38a88988b4e9a3a2c3e0df206bee (diff)
20091215-2140
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){