You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ma...@apache.org on 2007/11/15 06:32:30 UTC

svn commit: r595213 - /webservices/axis2/trunk/c/neethi/src/secpolicy/model/property.c

Author: manjula
Date: Wed Nov 14 21:32:26 2007
New Revision: 595213

URL: http://svn.apache.org/viewvc?rev=595213&view=rev
Log:
Fixing a bug in WSS11 scenario.

Modified:
    webservices/axis2/trunk/c/neethi/src/secpolicy/model/property.c

Modified: webservices/axis2/trunk/c/neethi/src/secpolicy/model/property.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/neethi/src/secpolicy/model/property.c?rev=595213&r1=595212&r2=595213&view=diff
==============================================================================
--- webservices/axis2/trunk/c/neethi/src/secpolicy/model/property.c (original)
+++ webservices/axis2/trunk/c/neethi/src/secpolicy/model/property.c Wed Nov 14 21:32:26 2007
@@ -193,6 +193,10 @@
     {
         rp_wss10_increment_ref((rp_wss10_t *) value, env);
     }
+    if (type == RP_PROPERTY_WSS11)
+    {
+        rp_wss11_increment_ref((rp_wss11_t *) value, env);
+    }
     if (type == RP_PROPERTY_USERNAME_TOKEN)
     {
         rp_username_token_increment_ref((rp_username_token_t *) value, env);



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