ppf: Fix when inserting data in btclients table.
authorroot p2p-next-02 <root@p2p-next-02.grid.pub.ro>
Sun, 7 Aug 2011 18:15:29 +0000 (21:15 +0300)
committerroot p2p-next-02 <root@p2p-next-02.grid.pub.ro>
Sun, 7 Aug 2011 18:15:29 +0000 (21:15 +0300)
ppf/sql/p2p-log-mysql.sql

index d85e8dd..eff6950 100644 (file)
@@ -135,7 +135,7 @@ INSERT INTO btclients(name, language, url, dht_support, streaming_support)
 INSERT INTO btclients(name, language, url, dht_support, streaming_support)
        VALUES('Aria', 'C', 'http://aria2.sourceforge.net/', TRUE, FALSE);
 INSERT INTO btclients(name, language, url, dht_support, streaming_support)
-       VALUES('Mainline', 'Python', TRUE, FALSE);
+       VALUES('Mainline', 'Python', 'http://www.bittorrent.com/', TRUE, FALSE);
 
 -- insert into `transfer_directions` table