cli: CommandUpdate: Add missing clear of files vector
Este commit está contenido en:
padre
a0ced3f7d0
commit
b229d9a68d
@ -108,6 +108,7 @@ int CommandUpdate::handle(QStringList arguments)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
offset += limit;
|
offset += limit;
|
||||||
|
files.clear();
|
||||||
processedRows = this->dbService->getFiles(files, pattern, offset, limit);
|
processedRows = this->dbService->getFiles(files, pattern, offset, limit);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Cargando…
Referencia en una nueva incidencia
Block a user