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 ka...@apache.org on 2006/11/21 06:41:39 UTC

svn commit: r477512 - /webservices/axis2/trunk/c/rampart/src/handlers/rampart_in_handler.c

Author: kaushalye
Date: Mon Nov 20 21:41:38 2006
New Revision: 477512

URL: http://svn.apache.org/viewvc?view=rev&rev=477512
Log:
A quick fix for windows

Modified:
    webservices/axis2/trunk/c/rampart/src/handlers/rampart_in_handler.c

Modified: webservices/axis2/trunk/c/rampart/src/handlers/rampart_in_handler.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/rampart/src/handlers/rampart_in_handler.c?view=diff&rev=477512&r1=477511&r2=477512
==============================================================================
--- webservices/axis2/trunk/c/rampart/src/handlers/rampart_in_handler.c (original)
+++ webservices/axis2/trunk/c/rampart/src/handlers/rampart_in_handler.c Mon Nov 20 21:41:38 2006
@@ -72,6 +72,7 @@
     axis2_param_t *param_action = NULL;
     axiom_node_t *sec_node = NULL;
     rampart_actions_t *actions = NULL;
+    axis2_array_list_t *sub_codes = NULL;
 
     AXIS2_ENV_CHECK(env, AXIS2_FAILURE);
     AXIS2_PARAM_CHECK(env->error, msg_ctx, AXIS2_FAILURE);
@@ -129,7 +130,6 @@
 
 
             sec_node = rampart_get_security_token(env, msg_ctx, soap_header);
-            axis2_array_list_t *sub_codes = NULL;
 
             sub_codes = axis2_array_list_create(env, 0);
 



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