candera / hobocopy

An open source backup tool for Windows
http://candera.github.com/hobocopy/
MIT License
176 stars 52 forks source link

Checking wrong return value #5

Closed candera closed 13 years ago

candera commented 13 years ago

Migrated from SourceForge: https://sourceforge.net/tracker/index.php?func=detail&aid=2046309&group_id=117783&atid=679446#

After the call to pBackupCompleteResults->QueryStatus(&hrBackupCompleteResults, NULL), there value of hrPrepareForBackupResults is checked instead of hrBackupCompleteResults.

candera commented 13 years ago

Nice catch. Worse, I wasn't waiting for the call to complete at all...

candera commented 13 years ago

Correctly handle and log calls to asynchronous operations. Closed by 6595b816e75d9fad41e216468b62a81d6bc20fe4.