aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--slock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/slock.c b/slock.c
index 4d7f06f..ad539dc 100644
--- a/slock.c
+++ b/slock.c
@@ -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;