diff options
| author | forsyth <forsyth@vitanuova.com> | 2009-12-15 21:40:20 +0000 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2009-12-15 21:40:20 +0000 |
| commit | 3b28b169a99e08b4e7cc408963d9e79c3446a87f (patch) | |
| tree | 8efa3a7f012c8ebeb17a0deaefc18abf86eea5bb /appl/cmd/mount.b | |
| parent | 9274481003af38a88988b4e9a3a2c3e0df206bee (diff) | |
20091215-2140
Diffstat (limited to 'appl/cmd/mount.b')
| -rw-r--r-- | appl/cmd/mount.b | 2 |
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){ |
