[mapserver-commits] r11089 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Sun Mar 6 13:35:26 EST 2011


Author: rouault
Date: 2011-03-06 10:35:26 -0800 (Sun, 06 Mar 2011)
New Revision: 11089

Modified:
   trunk/mapserver/mapogcsld.c
Log:
Fix compiler warning when USE_CURL is not defined

Modified: trunk/mapserver/mapogcsld.c
===================================================================
--- trunk/mapserver/mapogcsld.c	2011-03-06 18:28:21 UTC (rev 11088)
+++ trunk/mapserver/mapogcsld.c	2011-03-06 18:35:26 UTC (rev 11089)
@@ -2362,6 +2362,8 @@
         }
         
         return MS_SUCCESS;
+#else
+    return MS_FAILURE;
 #endif
 }
 



More information about the mapserver-commits mailing list