Author: poeml Date: 2009-03-01 17:09:47 -0700 (Sun, 01 Mar 2009) New Revision: 6642 Modified: trunk/tools/download-redirector-v2/mod_mirrorbrain/mod_mirrorbrain.c Log: mod_mirrorbrain: - fix missing comma in default query Modified: trunk/tools/download-redirector-v2/mod_mirrorbrain/mod_mirrorbrain.c =================================================================== --- trunk/tools/download-redirector-v2/mod_mirrorbrain/mod_mirrorbrain.c 2009-03-01 23:47:48 UTC (rev 6641) +++ trunk/tools/download-redirector-v2/mod_mirrorbrain/mod_mirrorbrain.c 2009-03-02 00:09:47 UTC (rev 6642) @@ -85,7 +85,7 @@ #define DEFAULT_MIN_MIRROR_SIZE 4096 #define DEFAULT_QUERY "SELECT id, identifier, region, country, " \ - "asn, prefix, score, baseurl " \ + "asn, prefix, score, baseurl, " \ "region_only, country_only, " \ "as_only, prefix_only, " \ "other_countries, file_maxsize " \ _______________________________________________ Opensuse-svn mailing list Opensuse-svn_at_forge.novell.com http://forge.novell.com/mailman/listinfo/opensuse-svn _______________________________________________ mirrorbrain-commits mailing list Note: To remove yourself from this list, send a mail with the content unsubscribe to the address mirrorbrain-commits-request_at_mirrorbrain.orgReceived on 2009-03-02Z00:10:11
This archive was generated by hypermail 2.2.0 : 2009-07-10Z19:18:11 GMT