]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
- fix repomdxml
authorMichael Schroeder <mls@suse.de>
Thu, 9 Oct 2008 15:25:11 +0000 (15:25 +0000)
committerMichael Schroeder <mls@suse.de>
Thu, 9 Oct 2008 15:25:11 +0000 (15:25 +0000)
tools/repo_repomdxml.c

index 6f4a9b88d974e8ad2872ece3012286a7be273649..0f371eb82a0581b0767334c40a716598da7b682d 100644 (file)
@@ -355,7 +355,7 @@ repo_add_repomdxml(Repo *repo, FILE *fp, int flags)
     }
   pd.pool = pool;
   pd.repo = repo;
-  pd.data = repo_add_repodata(pd.repo, 0);
+  pd.data = data;
 
   pd.content = malloc(256);
   pd.acontent = 256;