CLOUD: Fix Dropbox and Google Drive UploadRequests
Possible segfault there too.
This commit is contained in:
parent
ab0f2d1a03
commit
1d78d20fcf
2 changed files with 3 additions and 1 deletions
|
@ -56,6 +56,7 @@ void DropboxUploadRequest::start() {
|
|||
if (!_contentsStream->seek(0)) {
|
||||
warning("DropboxUploadRequest: cannot restart because stream couldn't seek(0)");
|
||||
finishError(Networking::ErrorResponse(this, false, true, "", -1));
|
||||
return;
|
||||
}
|
||||
_ignoreCallback = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue