X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=driver%2Ftest-passwd.c;fp=driver%2Ftest-passwd.c;h=22ae01eb7664ed3b4d3e8e1ca53671a3f73e7dd8;hb=2c902d6065f9856adf31e8540a94f1e42e68e905;hp=9ef2cfe190daeb7fd488bffc989975b5819b85f2;hpb=4cecfc89e5e889c7232693897c06168fb378bd5c;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;