typo
svn: r7508
This commit is contained in:
parent
16d4041837
commit
b6f5836122
|
@ -62,7 +62,7 @@
|
|||
[(new)
|
||||
(protect (lambda ()
|
||||
(when (and password-keep-minutes
|
||||
(not (equal? 0) password-keep-minutes)
|
||||
(not (equal? 0 password-keep-minutes))
|
||||
(not (equal? passwd new)))
|
||||
(when timer (kill-thread timer))
|
||||
(set! passwd new)
|
||||
|
|
Loading…
Reference in New Issue
Block a user