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 di...@apache.org on 2006/10/19 14:56:08 UTC

svn commit: r465612 - /webservices/axis2/trunk/c/modules/mod_log/log_in_handler.c

Author: dinesh
Date: Thu Oct 19 05:56:07 2006
New Revision: 465612

URL: http://svn.apache.org/viewvc?view=rev&rev=465612
Log:
patch submitted by Manjula

Modified:
    webservices/axis2/trunk/c/modules/mod_log/log_in_handler.c

Modified: webservices/axis2/trunk/c/modules/mod_log/log_in_handler.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/mod_log/log_in_handler.c?view=diff&rev=465612&r1=465611&r2=465612
==============================================================================
--- webservices/axis2/trunk/c/modules/mod_log/log_in_handler.c (original)
+++ webservices/axis2/trunk/c/modules/mod_log/log_in_handler.c Thu Oct 19 05:56:07 2006
@@ -77,6 +77,7 @@
     
     if (soap_envelope)
     {
+        AXIOM_SOAP_ENVELOPE_GET_BODY(soap_envelope, env); /* hack to ensure soab buider state is in sync */
         ret_node = AXIOM_SOAP_ENVELOPE_GET_BASE_NODE(soap_envelope, env);
 
         if(ret_node)



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