diff options
-rw-r--r-- | slock.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -166,7 +166,7 @@ readpw(Display *dpy, struct xrandr *rr, struct lock **locks, int nscreens, | |||
166 | running = !!strcmp(inputhash, hash); | 166 | running = !!strcmp(inputhash, hash); |
167 | if (running) { | 167 | if (running) { |
168 | XBell(dpy, 100); | 168 | XBell(dpy, 100); |
169 | failure = True; | 169 | failure = 1; |
170 | } | 170 | } |
171 | explicit_bzero(&passwd, sizeof(passwd)); | 171 | explicit_bzero(&passwd, sizeof(passwd)); |
172 | len = 0; | 172 | len = 0; |