diff options
Diffstat (limited to 'slock.c')
| -rw-r--r-- | slock.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -281,6 +281,7 @@ readpw(Display *dpy, struct xrandr *rr, struct lock **locks, int nscreens, case XK_Escape: explicit_bzero(&passwd, sizeof(passwd)); len = 0; + failure = 0; break; case XK_BackSpace: if (len) |