minutes, not seconds
svn: r7514
This commit is contained in:
parent
26b709352f
commit
acaaf27d78
|
@ -68,7 +68,7 @@
|
||||||
(set! passwd new)
|
(set! passwd new)
|
||||||
(set! timer (thread
|
(set! timer (thread
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(sleep password-keep-minutes)
|
(sleep (* 60 password-keep-minutes))
|
||||||
(protect (lambda ()
|
(protect (lambda ()
|
||||||
(set! passwd #f)
|
(set! passwd #f)
|
||||||
(set! timer #f)))))))))])))
|
(set! timer #f)))))))))])))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user