You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by pi...@apache.org on 2006/12/18 10:31:04 UTC

svn commit: r488174 - /webservices/axis2/trunk/c/util/src/property.c

Author: pini
Date: Mon Dec 18 01:31:03 2006
New Revision: 488174

URL: http://svn.apache.org/viewvc?view=rev&rev=488174
Log:
Uncommented commented line.

Modified:
    webservices/axis2/trunk/c/util/src/property.c

Modified: webservices/axis2/trunk/c/util/src/property.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/src/property.c?view=diff&rev=488174&r1=488173&r2=488174
==============================================================================
--- webservices/axis2/trunk/c/util/src/property.c (original)
+++ webservices/axis2/trunk/c/util/src/property.c Mon Dec 18 01:31:03 2006
@@ -202,7 +202,7 @@
     AXIS2_ENV_CHECK(env, AXIS2_FAILURE);
     property_impl = AXIS2_INTF_TO_IMPL(property);
 
-    /*if (property_impl->value)
+    if (property_impl->value)
     {
         if (property_impl->scope != AXIS2_SCOPE_APPLICATION)
         {
@@ -216,7 +216,7 @@
             }
             property_impl->value = NULL;
         }
-    }*/
+    }
 
     property_impl->value = value;
     return AXIS2_SUCCESS;



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org