You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by pi...@apache.org on 2007/12/06 12:57:16 UTC

svn commit: r601713 - /webservices/axis2/trunk/c/util/src/dir_handler.c

Author: pini
Date: Thu Dec  6 03:57:15 2007
New Revision: 601713

URL: http://svn.apache.org/viewvc?rev=601713&view=rev
Log:
Fixed a build break

Modified:
    webservices/axis2/trunk/c/util/src/dir_handler.c

Modified: webservices/axis2/trunk/c/util/src/dir_handler.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/src/dir_handler.c?rev=601713&r1=601712&r2=601713&view=diff
==============================================================================
--- webservices/axis2/trunk/c/util/src/dir_handler.c (original)
+++ webservices/axis2/trunk/c/util/src/dir_handler.c Thu Dec  6 03:57:15 2007
@@ -196,7 +196,10 @@
 
     /* pathname is path of services directory or modules directory. */ 
     chdir(pathname);
+#ifdef AXIS2_ARCHIVE_ENABLED
     axis2_archive_extract();
+#endif
+
 
     count = AXIS2_SCANDIR(pathname, &files, dir_select, AXIS2_ALPHASORT);
     chdir(cwd);



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