mirror of https://github.com/BOINC/boinc.git
Avoid warning for having unreferenced variable
git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@730 a7169a2c-3604-0410-bc95-c702d8d87f7a
This commit is contained in:
parent
81d3252d70
commit
57e174abef
|
@ -588,7 +588,7 @@ void DC_finishClient(int exitcode)
|
|||
ret = link(last_complete_ckpt, path);
|
||||
if (ret)
|
||||
#endif
|
||||
_DC_copyFile(last_complete_ckpt, path);
|
||||
ret = _DC_copyFile(last_complete_ckpt, path);
|
||||
|
||||
DC_log(LOG_DEBUG, "Uploading last complete checkpoint %s",
|
||||
last_complete_ckpt);
|
||||
|
|
Loading…
Reference in New Issue