From 3b28b169a99e08b4e7cc408963d9e79c3446a87f Mon Sep 17 00:00:00 2001 From: forsyth Date: Tue, 15 Dec 2009 21:40:20 +0000 Subject: 20091215-2140 --- appl/cmd/mount.b | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appl/cmd') 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){ -- cgit v1.2.3