When the operation is download, we have a INSTRUCTION_NONE for the local
tree, but we should not check the blacklist just yet.
}
item._direction = dir;
- // check for blacklisting of this item.
- // if the item is on blacklist, the instruction was set to IGNORE
- checkErrorBlacklisting( &item );
+ if (instruction != CSYNC_INSTRUCTION_NONE) {
+ // check for blacklisting of this item.
+ // if the item is on blacklist, the instruction was set to ERROR
+ checkErrorBlacklisting( &item );
+ }
if (!item._isDirectory) {
_progressInfo._totalFileCount++;