repomd: Remove broken record sorting.
authorTomas Mlcoch <tmlcoch@redhat.com>
Thu, 19 Sep 2013 13:30:06 +0000 (15:30 +0200)
committerTomas Mlcoch <tmlcoch@redhat.com>
Thu, 19 Sep 2013 13:30:06 +0000 (15:30 +0200)
src/xml_dump_repomd.c

index c1d7d39..5860a6d 100644 (file)
@@ -185,8 +185,6 @@ cr_xml_dump_repomd_body(xmlNodePtr root, cr_Repomd *repomd)
 
     // Dump records
 
-    repomd->records = g_slist_sort(repomd->records, (GCompareFunc) g_strcmp0);
-
     for (element = repomd->records; element; element = g_slist_next(element)) {
         cr_RepomdRecord *rec = element->data;
         cr_xml_dump_repomd_record(root, rec);