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:
zfarkas 2010-09-30 08:23:43 +00:00 committed by Adam Visegradi
parent 44e9fbf44c
commit e7b1c31166
1 changed files with 3 additions and 0 deletions

View File

@ -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)
{