[wsf-c-dev] svn commit r214 - wsf/php/src

svn at wso2.com svn at wso2.com
Tue Dec 12 05:38:43 PST 2006


Author: buddhika
Date: Tue Dec 12 05:38:42 2006
New Revision: 214

Modified:
   wsf/php/src/wsf.c
Log:
 remove unwanted variables in the wsf.c file


Modified: wsf/php/src/wsf.c
==============================================================================
--- wsf/php/src/wsf.c	(original)
+++ wsf/php/src/wsf.c	Tue Dec 12 05:38:42 2006
@@ -3707,7 +3707,6 @@
         (stricmp(SG(request_info).query_string, "WSDL") == 0))){        
         /** the request is for wsdl */
 		char *service_name = NULL;
-		char *svc_string = NULL;
 		char *str1, *token, saveptr1;
 		const char *del[2];
 		int j = 0;
@@ -3723,7 +3722,7 @@
 		/** wsdl generation stuff */
 
 		location = VCWD_GETCWD(resolved_path, MAXPATHLEN);
-		svc_string = svc_info->svc_name;
+		service_name = svc_info->svc_name;
 	
 		params[0] = &param1;
 		params[1] = &param2;




More information about the Wsf-c-dev mailing list