[mapserver-commits] r12466 - trunk/mapserver/mapcache/src

svn at osgeo.org svn at osgeo.org
Fri Aug 26 07:28:59 EDT 2011


Author: tbonfort
Date: 2011-08-26 04:28:59 -0700 (Fri, 26 Aug 2011)
New Revision: 12466

Modified:
   trunk/mapserver/mapcache/src/fastcgi_geocache.c
Log:


Modified: trunk/mapserver/mapcache/src/fastcgi_geocache.c
===================================================================
--- trunk/mapserver/mapcache/src/fastcgi_geocache.c	2011-08-26 11:28:48 UTC (rev 12465)
+++ trunk/mapserver/mapcache/src/fastcgi_geocache.c	2011-08-26 11:28:59 UTC (rev 12466)
@@ -224,7 +224,7 @@
       c->log(c,500,"failed to parse %s: %s",conffile,c->get_error_message(c));
       return 1;
    }
-   geocache_configuration_post_config(ctx, cfg);
+   geocache_configuration_post_config(c, cfg);
    if(GC_HAS_ERROR(c)) {
       c->log(c,500,"post-config failed for %s: %s",conffile,c->get_error_message(c));
       return 1;



More information about the mapserver-commits mailing list