[*] I needed 'eeep (amend previous two commits)
This commit is contained in:
parent
42beaeabf5
commit
74b1e560bb
@ -561,7 +561,7 @@ namespace Aurora::IO::FS
|
|||||||
if (AuFS::Remove(*itr))
|
if (AuFS::Remove(*itr))
|
||||||
{
|
{
|
||||||
bSuccess |= true;
|
bSuccess |= true;
|
||||||
itr = dirsAll.end();
|
itr = dirsAll.erase(itr);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@ -41,6 +41,7 @@ namespace Aurora::IO::Net
|
|||||||
pWorker_(pWorker),
|
pWorker_(pWorker),
|
||||||
pSocketDriver_(pSocketDriver),
|
pSocketDriver_(pSocketDriver),
|
||||||
osHandle_(osHandle),
|
osHandle_(osHandle),
|
||||||
|
wpParent_(pParent),
|
||||||
wpParent2_(pParent2)
|
wpParent2_(pParent2)
|
||||||
{
|
{
|
||||||
this->pWorker_->AddSocket(this);
|
this->pWorker_->AddSocket(this);
|
||||||
|
Loading…
Reference in New Issue
Block a user