Skip to content

Commit

Permalink
DMC-817 Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
gbitzes committed Mar 31, 2016
1 parent d352daa commit cb60337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fileops/davmeta.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ std::vector<char> req_webdav_propfind(HttpRequest* req, DavixError** err){
res.swap(req->getAnswerContentVec());
}

if(ret != 0 || tmp_err == NULL)
if(ret != 0 || !tmp_err)
DavixError::propagateError(err, tmp_err);

return res;
Expand Down

0 comments on commit cb60337

Please sign in to comment.