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 ma...@apache.org on 2007/09/25 16:12:17 UTC

svn commit: r579255 - /webservices/axis2/trunk/c/src/core/description/desc.c

Author: manjula
Date: Tue Sep 25 07:12:17 2007
New Revision: 579255

URL: http://svn.apache.org/viewvc?rev=579255&view=rev
Log:
Fixing the bug when invoking multiple messages with apache.

Modified:
    webservices/axis2/trunk/c/src/core/description/desc.c

Modified: webservices/axis2/trunk/c/src/core/description/desc.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/description/desc.c?rev=579255&r1=579254&r2=579255&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/description/desc.c (original)
+++ webservices/axis2/trunk/c/src/core/description/desc.c Tue Sep 25 07:12:17 2007
@@ -68,6 +68,8 @@
         axis2_desc_free(desc, env);
         return NULL;
     }
+    
+    desc->policy_include = axis2_policy_include_create_with_desc(env, desc);
 
     return desc;
 }



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