mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 05:43:12 +01:00
Core/Misc: Fixed another compiler segmentation fault when compiling AsyncAcceptor with gcc 4.7.2
This commit is contained in:
@@ -53,7 +53,8 @@ private:
|
||||
std::make_shared<T>(std::move(this->_socket))->Start();
|
||||
}
|
||||
|
||||
AsyncAccept();
|
||||
// lets slap some more this-> on this so we can fix this bug with gcc 4.7.2 throwing internals in yo face
|
||||
this->AsyncAccept();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user