clean up
This commit is contained in:
parent
adf62e8d2b
commit
a88222a4ac
@ -90,7 +90,7 @@ protected:
|
||||
sockaddr_storage ssto;
|
||||
int len = sizeof(ssto);
|
||||
char name[sizeof(ssto)];
|
||||
std::pair<std::string, unsigned int> addr{ "", 0 };
|
||||
std::pair<std::string, unsigned int> addr{};
|
||||
|
||||
int err = std::forward<F>(f)(this->template get<U>(), reinterpret_cast<sockaddr *>(&ssto), &len);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user