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 da...@apache.org on 2006/02/07 07:16:51 UTC

svn commit: r375511 - /webservices/axis2/trunk/c/modules/util/class_loader.c

Author: damitha
Date: Mon Feb  6 22:16:50 2006
New Revision: 375511

URL: http://svn.apache.org/viewcvs?rev=375511&view=rev
Log:
Sorry my last commit has wrong content. This is the right one

Modified:
    webservices/axis2/trunk/c/modules/util/class_loader.c

Modified: webservices/axis2/trunk/c/modules/util/class_loader.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/util/class_loader.c?rev=375511&r1=375510&r2=375511&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/util/class_loader.c (original)
+++ webservices/axis2/trunk/c/modules/util/class_loader.c Mon Feb  6 22:16:50 2006
@@ -234,7 +234,7 @@
     {
         axis2_char_t *errormsg = NULL;
         /* Diagnose the encountered error. */
-        errormsg = dlerrordup (errormsg);
+        errormsg =  (axis2_char_t *) dlerror ();
         printf("errormsg:%s\n", errormsg);
         AXIS2_ERROR_SET((*env)->error, AXIS2_ERROR_DLL_LOADING_FAILED, 
             AXIS2_FAILURE);