diff options
Diffstat (limited to 'appl/cmd/auth/changelogin.b')
| -rw-r--r-- | appl/cmd/auth/changelogin.b | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/appl/cmd/auth/changelogin.b b/appl/cmd/auth/changelogin.b index 97141408..f0d84256 100644 --- a/appl/cmd/auth/changelogin.b +++ b/appl/cmd/auth/changelogin.b @@ -206,7 +206,6 @@ getuser(id: string): (string, array of byte, int, string) if(sys->read(fd, secret, len secret) != len secret) return (nil, nil, 0, sys->sprint("error reading %s/secret: %r", id)); } - expiry := 0; fd = sys->open(dbdir+"/expire", Sys->OREAD); if(fd == nil) return (nil, nil, 0, sys->sprint("can't open %s/expiry: %r", id)); |
