diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-08-31 00:56:13 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-08-31 00:56:13 +0200 |
commit | b87bfa234378bcfc1b13273c5089f07902de1725 (patch) | |
tree | 479343b7abaa677bf91c056c97c276de2064c887 /slock.c | |
parent | Exit as soon as possible on input grabbing error (diff) | |
download | slock-b87bfa234378bcfc1b13273c5089f07902de1725.tar.gz slock-b87bfa234378bcfc1b13273c5089f07902de1725.tar.bz2 slock-b87bfa234378bcfc1b13273c5089f07902de1725.tar.xz slock-b87bfa234378bcfc1b13273c5089f07902de1725.tar.zst slock-b87bfa234378bcfc1b13273c5089f07902de1725.zip |
Update bsd-auth string.
Thanks to Hiltjo for discovering this.
Diffstat (limited to 'slock.c')
-rw-r--r-- | slock.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -157,7 +157,7 @@ readpw(Display *dpy, const char *pws) case XK_Return: passwd[len] = 0; #ifdef HAVE_BSD_AUTH - running = !auth_userokay(getlogin(), NULL, "auth-xlock", passwd); + running = !auth_userokay(getlogin(), NULL, "auth-slock", passwd); #else running = !!strcmp(crypt(passwd, pws), pws); #endif |