[sword-svn] r1737 - trunk/src/mgr

dglassey at crosswire.org dglassey at crosswire.org
Fri Mar 4 11:09:38 MST 2005


Author: dglassey
Date: 2005-03-04 11:09:38 -0700 (Fri, 04 Mar 2005)
New Revision: 1737

Modified:
   trunk/src/mgr/installmgr.cpp
Log:
use passive ftp by default



Modified: trunk/src/mgr/installmgr.cpp
===================================================================
--- trunk/src/mgr/installmgr.cpp	2005-03-04 17:52:56 UTC (rev 1736)
+++ trunk/src/mgr/installmgr.cpp	2005-03-04 18:09:38 UTC (rev 1737)
@@ -68,7 +68,7 @@
 
 	sources.clear();
 	
-	setFTPPassive(!stricmp((*installConf)["General"]["PassiveFTP"].c_str(), "true"));
+	setFTPPassive(stricmp((*installConf)["General"]["PassiveFTP"].c_str(), "false")!=0);
 
 	sourcesSection = installConf->Sections.find("Sources");
 	if (sourcesSection != installConf->Sections.end()) {



More information about the sword-cvs mailing list