[Wsf-c-commits] svn commit r18746 - trunk/wsf/perl/service

chintana at wso2.com chintana at wso2.com
Mon Jun 30 23:40:28 PDT 2008


Author: chintana
Date: Mon Jun 30 23:40:28 2008
New Revision: 18746
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=18746

Log:
Commenting out unused variables.



Modified:
   trunk/wsf/perl/service/wsf_util.c

Modified: trunk/wsf/perl/service/wsf_util.c
URL: http://wso2.org/svn/browse/wso2/trunk/wsf/perl/service/wsf_util.c?rev=18746&r1=18745&r2=18746&view=diff
==============================================================================
--- trunk/wsf/perl/service/wsf_util.c	(original)
+++ trunk/wsf/perl/service/wsf_util.c	Mon Jun 30 23:40:28 2008
@@ -1,4 +1,5 @@
 #include "wsf_util.h"
+#include "wsf_worker.h"
 #include <stdlib.h>
 
 
@@ -86,8 +87,8 @@
     axis2_char_t log_path[256];
     axutil_thread_pool_t *thread_pool = NULL;
     const axis2_char_t *LOG_NAME = "wsf_perl_server_svr.log";
-    allocator = malloc (sizeof (axutil_allocator_t));
-    axis2_char_t *repo_path = "/opt/wso2/wsf_c";
+    allocator = malloc (sizeof (axutil_allocator_t *));
+    /* axis2_char_t *repo_path = "/opt/wso2/wsf_c"; */
 
     allocator->free_fn = wsf_free_wrapper;
     allocator->malloc_fn = wsf_malloc_wrapper;
@@ -171,8 +172,8 @@
             const void *k = NULL;
             char *key = NULL;
             char *val = NULL;
-            char *function_name = NULL;
-            int key_len = 0;
+            /* char *function_name = NULL; */
+            /* int key_len = 0; */
 
             axutil_hash_this (hi, &k, NULL, &v);
             key = (axis2_char_t *) k;



More information about the Wsf-c-commits mailing list