socket: Remove datapath::error from on_close

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2019-01-06 23:42:21 +01:00
parent 18c772fafb
commit 6626a5441b
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ extern "C" {
namespace datapath {
namespace windows {
class socket : public isocket {
class socket : public isocket, public std::enable_shared_from_this<datapath::windows::socket> {
bool is_connected;
HANDLE socket_handle;