mirror of https://github.com/BOINC/boinc.git
Fuuuu selective copy-paste :)
git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@2408 a7169a2c-3604-0410-bc95-c702d8d87f7a
This commit is contained in:
parent
44e9fbf44c
commit
e7b1c31166
|
@ -721,6 +721,9 @@ int DC_addWUInput(DC_Workunit *wu, const char *logicalFileName, const char *URL,
|
|||
if (ret)
|
||||
return ret;
|
||||
|
||||
/* XXX Check if the wu->num_inputs + wu->num_outputs + wu->subresults
|
||||
* does not exceed the max. number of file slots */
|
||||
|
||||
/* Handle remote files */
|
||||
if (DC_FILE_REMOTE == fileMode)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue