[NeoStats-Devel] [Commits] r2436 - trunk/modules/statserv
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: Mark
Date: Sun Apr 3 07:06:50 2005
New Revision: 2436
Modified:
trunk/modules/statserv/statserv.vcproj
trunk/modules/statserv/tld.c
Log:
_setup_dbfilename call not needed
Modified: trunk/modules/statserv/statserv.vcproj
==============================================================================
--- trunk/modules/statserv/statserv.vcproj (original)
+++ trunk/modules/statserv/statserv.vcproj Sun Apr 3 07:06:50 2005
@@ -192,25 +192,25 @@
Name="GeoIP"
Filter="">
<File
- RelativePath=".\geoipwin32\GeoIP.c">
+ RelativePath=".\geoip\GeoIP.c">
</File>
<File
- RelativePath=".\geoipwin32\GeoIP.h">
+ RelativePath=".\geoip\GeoIP.h">
</File>
<File
- RelativePath=".\geoipwin32\GeoIPBitReader.c">
+ RelativePath=".\geoip\GeoIPBitReader.c">
</File>
<File
- RelativePath=".\geoipwin32\GeoIPBitReader.h">
+ RelativePath=".\geoip\GeoIPBitReader.h">
</File>
<File
- RelativePath=".\geoipwin32\GeoIPCity.c">
+ RelativePath=".\geoip\GeoIPCity.c">
</File>
<File
- RelativePath=".\geoipwin32\GeoIPCity.h">
+ RelativePath=".\geoip\GeoIPCity.h">
</File>
<File
- RelativePath=".\geoipwin32\global.h">
+ RelativePath=".\geoip\global.h">
</File>
</Filter>
<File
Modified: trunk/modules/statserv/tld.c
==============================================================================
--- trunk/modules/statserv/tld.c (original)
+++ trunk/modules/statserv/tld.c Sun Apr 3 07:06:50 2005
@@ -219,8 +219,6 @@
SET_SEGV_LOCATION();
tldstatlist = list_create(-1);
gi = NULL;
- /* setup the GeoIP db filenames */
- _setup_dbfilename();
/* now open the various DB's */
if (GeoIP_db_avail(GEOIP_COUNTRY_EDITION)) {
gi = GeoIP_open_type(GEOIP_COUNTRY_EDITION, GEOIP_STANDARD);