cli: CommandUpdate: Add missing clear of files vector
Cette révision appartient à :
Parent
a0ced3f7d0
révision
b229d9a68d
@ -108,6 +108,7 @@ int CommandUpdate::handle(QStringList arguments)
|
||||
}
|
||||
}
|
||||
offset += limit;
|
||||
files.clear();
|
||||
processedRows = this->dbService->getFiles(files, pattern, offset, limit);
|
||||
}
|
||||
|
||||
|
Chargement…
Référencer dans un nouveau ticket
Block a user