[mapserver-commits] r12312 - trunk/mapserver/mapcache/src
svn at osgeo.org
svn at osgeo.org
Fri Aug 26 07:16:05 EDT 2011
Author: tbonfort
Date: 2011-08-26 04:16:05 -0700 (Fri, 26 Aug 2011)
New Revision: 12312
Modified:
trunk/mapserver/mapcache/src/core.c
Log:
add expiration date to seeder (will reseed all tiles older than a specified date)
thomas.bonfort | 2011-02-15 12:39:10 +0100 (Tue, 15 Feb 2011)
Modified: trunk/mapserver/mapcache/src/core.c
===================================================================
--- trunk/mapserver/mapcache/src/core.c 2011-08-26 11:16:01 UTC (rev 12311)
+++ trunk/mapserver/mapcache/src/core.c 2011-08-26 11:16:05 UTC (rev 12312)
@@ -64,7 +64,7 @@
return NULL;
}
#else
- global_ctx->set_error(global_ctx,501,"wms getmap handling not configured in this build");
- return report_error(apache_ctx);
+ ctx->set_error(ctx,501,"wms getmap handling not configured in this build");
+ return NULL;
#endif
}
More information about the mapserver-commits
mailing list