summaryrefslogtreecommitdiff
path: root/build.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-10-23 20:52:51 +0000
committerjbj <devnull@localhost>2001-10-23 20:52:51 +0000
commit72f92dd7448cfb1394a40a0fc5c302cdd31753f8 (patch)
treebfbe463977c2752518c423b278af7d4d0e823ccd /build.c
parent3b820b2d5354fffc824218ee3750a1a9435f0a8e (diff)
downloadrpm-72f92dd7448cfb1394a40a0fc5c302cdd31753f8.tar.gz
rpm-72f92dd7448cfb1394a40a0fc5c302cdd31753f8.tar.bz2
rpm-72f92dd7448cfb1394a40a0fc5c302cdd31753f8.zip
- wire transactions through rpmcli signature modes.
CVS patchset: 5131 CVS date: 2001/10/23 20:52:51
Diffstat (limited to 'build.c')
-rw-r--r--build.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.c b/build.c
index 772c24006..6b603f540 100644
--- a/build.c
+++ b/build.c
@@ -111,7 +111,7 @@ static int buildForTarget(const char * arg, BTA_t ba)
/*@modifies rpmGlobalMacroContext, fileSystem, internalState @*/
{
const char * passPhrase = ba->passPhrase;
- char * cookie = ba->cookie;
+ const char * cookie = ba->cookie;
int buildAmount = ba->buildAmount;
const char * buildRootURL = NULL;
const char * specFile;