diff options
author | jbj <devnull@localhost> | 2001-10-23 20:52:51 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-10-23 20:52:51 +0000 |
commit | 72f92dd7448cfb1394a40a0fc5c302cdd31753f8 (patch) | |
tree | bfbe463977c2752518c423b278af7d4d0e823ccd /build.c | |
parent | 3b820b2d5354fffc824218ee3750a1a9435f0a8e (diff) | |
download | librpm-tizen-72f92dd7448cfb1394a40a0fc5c302cdd31753f8.tar.gz librpm-tizen-72f92dd7448cfb1394a40a0fc5c302cdd31753f8.tar.bz2 librpm-tizen-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |