feat: Add empty scan data corrupted process.
This commit is contained in:
@@ -49,7 +49,7 @@ void ReconManager::setReconIpAndPort(const QString& aIp, const QString& aPort)
|
||||
|
||||
void ReconManager::createEmptyScan(const QString& aScanID, const QString& aPath)
|
||||
{
|
||||
Scan empty{aScanID.toStdString(), "", "", aPath.toStdString(),0};
|
||||
Scan empty{aScanID.toStdString(), "", "", "", aPath.toStdString(),0};
|
||||
auto result = mReconClient->Create(empty);
|
||||
if(result.good())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user