[mapserver-commits] r11018 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Fri Feb 25 00:18:38 EST 2011


Author: sdlime
Date: 2011-02-24 21:18:38 -0800 (Thu, 24 Feb 2011)
New Revision: 11018

Modified:
   trunk/mapserver/mapwcs20.c
Log:
Applied patch for #3681.

Modified: trunk/mapserver/mapwcs20.c
===================================================================
--- trunk/mapserver/mapwcs20.c	2011-02-25 05:17:22 UTC (rev 11017)
+++ trunk/mapserver/mapwcs20.c	2011-02-25 05:18:38 UTC (rev 11018)
@@ -3740,7 +3740,7 @@
 
     /* first check if Service is WCS */
     if (params->service == NULL
-        && !EQUAL(params->service, "WCS"))
+        || !EQUAL(params->service, "WCS"))
     {
         /* The service is not WCS, exit with MS_DONE */
         msDebug("msWCSDispatch20(): wrong service (%s)\n",



More information about the mapserver-commits mailing list