diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-17 04:06:33 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-17 04:06:33 +0000 |
commit | ec338af87bc3cc5310b86b6aa6a0381b25414599 (patch) | |
tree | 40968d96fca30a817cd25cd386805a2b2187f8c1 /sys/src/cmd/cwfs/main.c | |
parent | 049c2c3434ed71b62bdf06b2a8214ddfe529796e (diff) |
cwfs: code cleanup
Diffstat (limited to 'sys/src/cmd/cwfs/main.c')
-rw-r--r-- | sys/src/cmd/cwfs/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/src/cmd/cwfs/main.c b/sys/src/cmd/cwfs/main.c index 9d12066d0..bd8265c0c 100644 --- a/sys/src/cmd/cwfs/main.c +++ b/sys/src/cmd/cwfs/main.c @@ -140,7 +140,6 @@ confinit(void) localconfinit(); conf.nwpath = conf.nfile*8; - conf.nauth = conf.nfile/10; conf.gidspace = conf.nuid*3; cons.flags = 0; @@ -364,7 +363,6 @@ main(int argc, char **argv) wpaths = malloc(conf.nwpath * sizeof(*wpaths)); uid = malloc(conf.nuid * sizeof(*uid)); gidspace = malloc(conf.gidspace * sizeof(*gidspace)); - authinit(); print("iobufinit\n"); iobufinit(); |