fix call to readCOnfigFiles
authorroot <devnull@localhost>
Mon, 1 Jul 1996 21:40:22 +0000 (21:40 +0000)
committerroot <devnull@localhost>
Mon, 1 Jul 1996 21:40:22 +0000 (21:40 +0000)
CVS patchset: 713
CVS date: 1996/07/01 21:40:22

tools/rpmchecksig.c

index d3db5ed..c6253d1 100644 (file)
@@ -23,7 +23,7 @@ int main(int argc, char **argv)
     }
 
     /* Need this for any PGP settings */
-    if (readConfigFiles(NULL))
+    if (readConfigFiles(NULL, NULL, NULL))
        exit(-1);
 
     readLead(fd, &lead);