From: root Date: Mon, 1 Jul 1996 21:40:22 +0000 (+0000) Subject: fix call to readCOnfigFiles X-Git-Tag: tznext/4.11.0.1.tizen20130304~11247 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=566cd0c4dc7d791a7978b7194572f0a1ea14c7e8;p=tools%2Flibrpm-tizen.git fix call to readCOnfigFiles CVS patchset: 713 CVS date: 1996/07/01 21:40:22 --- 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);