[Sphere-axis-commits] CVS: Axis remoteconnection.cpp,1.17,1.18
Brought to you by:
pesterle
From: Philip E. <pes...@us...> - 2002-05-10 00:05:50
|
Update of /cvsroot/sphere-axis/Axis In directory usw-pr-cvs1:/tmp/cvs-serv14194 Modified Files: remoteconnection.cpp Log Message: Non-resource scripts will no longer be downloaded from remote servers. Index: remoteconnection.cpp =================================================================== RCS file: /cvsroot/sphere-axis/Axis/remoteconnection.cpp,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -r1.17 -r1.18 *** remoteconnection.cpp 9 May 2002 04:14:04 -0000 1.17 --- remoteconnection.cpp 10 May 2002 00:05:45 -0000 1.18 *************** *** 1061,1064 **** --- 1061,1065 ---- } } + /* We shouldn't try to get non-resource scripts from the remote server if ( Main->m_pScripts->m_tables.m_resources.GetSize() && !Main->m_dwResourcesOnly ) { *************** *** 1109,1112 **** --- 1110,1114 ---- } } + */ } |