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 pi...@apache.org on 2007/03/22 12:42:47 UTC

svn commit: r521225 - /webservices/axis2/trunk/c/modules/core/clientapi/svc_client.c

Author: pini
Date: Thu Mar 22 04:42:46 2007
New Revision: 521225

URL: http://svn.apache.org/viewvc?view=rev&rev=521225
Log:
Fixed indentation

Modified:
    webservices/axis2/trunk/c/modules/core/clientapi/svc_client.c

Modified: webservices/axis2/trunk/c/modules/core/clientapi/svc_client.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/clientapi/svc_client.c?view=diff&rev=521225&r1=521224&r2=521225
==============================================================================
--- webservices/axis2/trunk/c/modules/core/clientapi/svc_client.c (original)
+++ webservices/axis2/trunk/c/modules/core/clientapi/svc_client.c Thu Mar 22 04:42:46 2007
@@ -512,7 +512,6 @@
     if (qname_free_flag)
     {
         axis2_qname_free((axis2_qname_t *) op_qname, env);
-        op_qname = NULL;
     }
 
     return status;
@@ -565,7 +564,6 @@
     if (qname_free_flag)
     {
         axis2_qname_free((axis2_qname_t *) op_qname, env);
-        op_qname = NULL;
     }
 
     return;
@@ -735,7 +733,6 @@
     if (qname_free_flag)
     {
         axis2_qname_free((axis2_qname_t *) op_qname, env);
-        op_qname = NULL;
     }
 
     if (!soap_envelope)



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