X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=driver%2Ftest-passwd.c;h=22ae01eb7664ed3b4d3e8e1ca53671a3f73e7dd8;hb=40eacb5812ef7c0e3374fb139afbb4f5bc8bbfb5;hp=9ef2cfe190daeb7fd488bffc989975b5819b85f2;hpb=cccbddbc4140cf9a06d7d95cc5c0ca36eb5d6e28;p=xscreensaver diff --git a/driver/test-passwd.c b/driver/test-passwd.c index 9ef2cfe1..22ae01eb 100644 --- a/driver/test-passwd.c +++ b/driver/test-passwd.c @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 1998, 2001 Jamie Zawinski +/* xscreensaver, Copyright (c) 1998, 2001, 2003 Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -140,7 +140,7 @@ main (int argc, char **argv) hack_uid (si); - if (! lock_init (argc, argv, si->prefs.verbose_p)) + if (! lock_init (argc, argv, True)) { si->locking_disabled_p = True; si->nolock_reason = "error getting password"; @@ -171,7 +171,6 @@ main (int argc, char **argv) XtGetApplicationNameAndClass (si->dpy, &progname, &progclass); load_init_file (&si->prefs); - } p->verbose_p = True;