[mapguide-commits] r1177 - trunk/MgDev/Common/MapGuideCommon/Services

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Mar 8 07:10:40 EST 2007


Author: waltweltonlair
Date: 2007-03-08 07:10:40 -0500 (Thu, 08 Mar 2007)
New Revision: 1177

Modified:
   trunk/MgDev/Common/MapGuideCommon/Services/Site.cpp
Log:
Fix a few Linux build warnings.


Modified: trunk/MgDev/Common/MapGuideCommon/Services/Site.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/Site.cpp	2007-03-08 12:10:16 UTC (rev 1176)
+++ trunk/MgDev/Common/MapGuideCommon/Services/Site.cpp	2007-03-08 12:10:40 UTC (rev 1177)
@@ -1231,7 +1231,7 @@
     bool returnAssignedRoles, bool skipAuthenticate)
 {
     MgCommand cmd;
-    Ptr<MgStringCollection> retval = NULL;
+    Ptr<MgStringCollection> retval;
 
     MG_SITE_TRY()
 



More information about the mapguide-commits mailing list