projects
/
platform
/
upstream
/
libsolv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a75c72f
)
use correct file pointer when checking the debian release file's sig
author
Michael Schroeder
<mls@suse.de>
Fri, 23 Nov 2012 12:20:41 +0000
(13:20 +0100)
committer
Michael Schroeder
<mls@suse.de>
Fri, 23 Nov 2012 12:20:41 +0000
(13:20 +0100)
examples/solv.c
patch
|
blob
|
history
diff --git
a/examples/solv.c
b/examples/solv.c
index
d1857fa
..
cbe121c
100644
(file)
--- a/
examples/solv.c
+++ b/
examples/solv.c
@@
-1976,7
+1976,7
@@
read_repos(Pool *pool, struct repoinfo *repoinfos, int nrepoinfos)
if (cinfo->repo_gpgcheck)
{
filename = solv_dupjoin("dists/", cinfo->name, "/Release.gpg");
- if (!downloadchecksig(cinfo, fp, filename, &sigpool))
+ if (!downloadchecksig(cinfo, fp
r
, filename, &sigpool))
{
fclose(fpr);
solv_free((char *)filename);