From 566cd0c4dc7d791a7978b7194572f0a1ea14c7e8 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 1 Jul 1996 21:40:22 +0000 Subject: [PATCH] fix call to readCOnfigFiles CVS patchset: 713 CVS date: 1996/07/01 21:40:22 --- tools/rpmchecksig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/rpmchecksig.c b/tools/rpmchecksig.c index d3db5ed..c6253d1 100644 --- a/tools/rpmchecksig.c +++ b/tools/rpmchecksig.c @@ -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); -- 2.7.4