aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/auth/factotum/main.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-03-15 14:17:57 +0000
committerrsc <devnull@localhost>2005-03-15 14:17:57 +0000
commitb3e7c02689557df3c65103a87ac3458ee003422f (patch)
tree8f0711816186c08c778dc1b40af7b615141824e0 /src/cmd/auth/factotum/main.c
parentd5c40a0da2889b9ff4ad8e23258da297489a701d (diff)
downloadplan9port-b3e7c02689557df3c65103a87ac3458ee003422f.tar.gz
plan9port-b3e7c02689557df3c65103a87ac3458ee003422f.tar.bz2
plan9port-b3e7c02689557df3c65103a87ac3458ee003422f.zip
get rid of .= syntax
Diffstat (limited to 'src/cmd/auth/factotum/main.c')
-rw-r--r--src/cmd/auth/factotum/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/auth/factotum/main.c b/src/cmd/auth/factotum/main.c
index f1e64774..b18cbf3d 100644
--- a/src/cmd/auth/factotum/main.c
+++ b/src/cmd/auth/factotum/main.c
@@ -80,6 +80,7 @@ threadmain(int argc, char *argv[])
}
}
+ fsinit0();
threadpostmountsrv(&fs, service, mtpt, MBEFORE);
threadexits(nil);
}