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 na...@apache.org on 2009/02/12 08:13:12 UTC

svn commit: r743634 - /webservices/axis2/trunk/c/axiom/src/attachments/mime_parser.c

Author: nandika
Date: Thu Feb 12 07:13:11 2009
New Revision: 743634

URL: http://svn.apache.org/viewvc?rev=743634&view=rev
Log:
compilation error fixed

Modified:
    webservices/axis2/trunk/c/axiom/src/attachments/mime_parser.c

Modified: webservices/axis2/trunk/c/axiom/src/attachments/mime_parser.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/attachments/mime_parser.c?rev=743634&r1=743633&r2=743634&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/attachments/mime_parser.c (original)
+++ webservices/axis2/trunk/c/axiom/src/attachments/mime_parser.c Thu Feb 12 07:13:11 2009
@@ -691,7 +691,7 @@
     int part_start = 0;
     axis2_char_t **buf_array = NULL;
     int *len_array = NULL;
-    int buf_num = 0;;
+    int buf_num = 0;
     int size = 0;
     int malloc_len = 0;
     axis2_callback_info_t *callback_info = NULL;
@@ -2196,7 +2196,7 @@
 
         mime_parser->mtom_caching_callback =  (axiom_mtom_caching_callback_t *)ptr;
         mime_parser->mtom_caching_callback->param = impl_info_param;
-        mime_parser->mtom_caching_callback->user_param = user_param;
+        /* mime_parser->mtom_caching_callback->user_param = user_param; */
 
         return AXIOM_MTOM_CACHING_CALLBACK_INIT_HANDLER(mime_parser->mtom_caching_callback, env, mime_id);
     }