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 sh...@apache.org on 2008/04/01 06:34:31 UTC

svn commit: r643276 - /webservices/axis2/trunk/c/src/core/transport/http/common/http_worker.c

Author: shankar
Date: Mon Mar 31 21:34:30 2008
New Revision: 643276

URL: http://svn.apache.org/viewvc?rev=643276&view=rev
Log:
fix of build break on windows

Modified:
    webservices/axis2/trunk/c/src/core/transport/http/common/http_worker.c

Modified: webservices/axis2/trunk/c/src/core/transport/http/common/http_worker.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/common/http_worker.c?rev=643276&r1=643275&r2=643276&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/transport/http/common/http_worker.c (original)
+++ webservices/axis2/trunk/c/src/core/transport/http/common/http_worker.c Mon Mar 31 21:34:30 2008
@@ -152,6 +152,9 @@
     axis2_char_t *accept_language_header_value = NULL;
     axis2_http_header_t *accept_language_header = NULL;
 
+    axis2_char_t *http_method = NULL;
+    axis2_http_request_line_t *request_line = NULL;
+
     AXIS2_PARAM_CHECK(env->error, svr_conn, AXIS2_FALSE);
     AXIS2_PARAM_CHECK(env->error, simple_request, AXIS2_FALSE);
 
@@ -476,8 +479,7 @@
         soap_action_str = axutil_string_create(env, soap_action);
     }
 
-    axis2_char_t *http_method = NULL;
-    axis2_http_request_line_t *request_line = NULL;
+    
     request_line = axis2_http_simple_request_get_request_line (simple_request,
                                                                env);
 



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