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 se...@apache.org on 2008/03/27 08:08:50 UTC

svn commit: r641720 - /webservices/axis2/trunk/c/src/core/transport/http/server/IIS/axis2_iis_worker.c

Author: senaka
Date: Thu Mar 27 00:08:48 2008
New Revision: 641720

URL: http://svn.apache.org/viewvc?rev=641720&view=rev
Log:
Fixing build break

Modified:
    webservices/axis2/trunk/c/src/core/transport/http/server/IIS/axis2_iis_worker.c

Modified: webservices/axis2/trunk/c/src/core/transport/http/server/IIS/axis2_iis_worker.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/server/IIS/axis2_iis_worker.c?rev=641720&r1=641719&r2=641720&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/transport/http/server/IIS/axis2_iis_worker.c (original)
+++ webservices/axis2/trunk/c/src/core/transport/http/server/IIS/axis2_iis_worker.c Thu Mar 27 00:08:48 2008
@@ -248,7 +248,7 @@
                 body_str_len = (int)strlen(body_string);
                 /* We are sure that the difference lies within the int range */
             }
-            AXIS2_OUT_TRANSPORT_INFO_SET_CONTENT_TYPE(&(iis_out_transport_info->out_transport),
+            AXIS2_OUT_TRANSPORT_INFO_SET_CONTENT_TYPE(iis_out_transport_info,
                 env, "text/html");
             send_status = OK;
         }



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