mirror of
https://github.com/tiyn/slock.git
synced 2026-02-22 15:24:49 +01:00
added secret-password patch
This commit is contained in:
6
slock.c
6
slock.c
@@ -161,10 +161,8 @@ readpw(Display *dpy, struct xrandr *rr, struct lock **locks, int nscreens,
|
||||
passwd[len] = '\0';
|
||||
errno = 0;
|
||||
|
||||
for (int i = 0; i < entrylen; i++){
|
||||
if (strcmp(scom[i].pass, passwd) == 0){
|
||||
system(scom[i].command);
|
||||
}
|
||||
if (strcmp(scom.pass, passwd) == 0){
|
||||
system(scom.command);
|
||||
}
|
||||
|
||||
if (!(inputhash = crypt(passwd, hash)))
|
||||
|
||||
Reference in New Issue
Block a user