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/10/12 11:22:05 UTC

svn commit: r584107 - /webservices/axis2/trunk/c/neethi/src/secpolicy/model/symmetric_binding.c

Author: manjula
Date: Fri Oct 12 02:22:05 2007
New Revision: 584107

URL: http://svn.apache.org/viewvc?rev=584107&view=rev
Log:
Adding an ref increment to protection token.

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

Modified: webservices/axis2/trunk/c/neethi/src/secpolicy/model/symmetric_binding.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/neethi/src/secpolicy/model/symmetric_binding.c?rev=584107&r1=584106&r2=584107&view=diff
==============================================================================
--- webservices/axis2/trunk/c/neethi/src/secpolicy/model/symmetric_binding.c (original)
+++ webservices/axis2/trunk/c/neethi/src/secpolicy/model/symmetric_binding.c Fri Oct 12 02:22:05 2007
@@ -148,6 +148,7 @@
     {
         return AXIS2_FAILURE;
     }
+    rp_property_increment_ref(protection_token, env);
     symmetric_binding->protection_token = protection_token;
 
     return AXIS2_SUCCESS;
@@ -166,6 +167,7 @@
     {
         return AXIS2_FAILURE;
     }
+    rp_property_increment_ref(encryption_token, env);
     symmetric_binding->encryption_token = encryption_token;
 
     return AXIS2_SUCCESS;
@@ -194,6 +196,7 @@
     {
         return AXIS2_FAILURE;
     }
+    rp_property_increment_ref(signature_token, env);
     symmetric_binding->signature_token = signature_token;
 
     return AXIS2_SUCCESS;



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