changed to use rpmReadConfigFiles() instead of readConfigFiles()
authorewt <devnull@localhost>
Wed, 3 Jul 1996 15:22:06 +0000 (15:22 +0000)
committerewt <devnull@localhost>
Wed, 3 Jul 1996 15:22:06 +0000 (15:22 +0000)
CVS patchset: 726
CVS date: 1996/07/03 15:22:06

tools/rpmchecksig.c

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