summaryrefslogtreecommitdiff
path: root/src/trg-peers-model.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/trg-peers-model.c')
-rw-r--r--src/trg-peers-model.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trg-peers-model.c b/src/trg-peers-model.c
index 7de7203..980e2a0 100644
--- a/src/trg-peers-model.c
+++ b/src/trg-peers-model.c
@@ -250,7 +250,7 @@ static void trg_peers_model_init(TrgPeersModel * self)
#ifdef HAVE_GEOIP
#ifdef WIN32
geoip_db_path = trg_win32_support_path("GeoIP.dat");
- geoip_v6_db_path = trg_win32_support_path("GeoIP.dat");
+ geoip_v6_db_path = trg_win32_support_path("GeoIPv6.dat");
#else
geoip_db_path = g_strdup(TRG_GEOIP_DATABASE);
geoip_v6_db_path = g_strdup(TRG_GEOIPV6_DATABASE);