mirror of https://github.com/quasar/Quasar.git
Un-did my accident change
This commit is contained in:
parent
419cc4f3eb
commit
4d0ae7bca0
|
@ -647,6 +647,7 @@ private void ctxtLocalFile_Click(object sender, EventArgs e)
|
|||
foreach (Client c in GetSelectedClients())
|
||||
{
|
||||
if (c == null) continue;
|
||||
if(error) continue;
|
||||
|
||||
FileSplit srcFile = new FileSplit(UploadAndExecute.FilePath);
|
||||
if (srcFile.MaxBlocks < 0)
|
||||
|
@ -657,8 +658,6 @@ private void ctxtLocalFile_Click(object sender, EventArgs e)
|
|||
break;
|
||||
}
|
||||
|
||||
if(error) continue;
|
||||
|
||||
int id = FileHelper.GetNewTransferId();
|
||||
|
||||
CommandHandler.HandleSetStatus(c,
|
||||
|
|
Loading…
Reference in New Issue