diff options
Diffstat (limited to 'lib/Socket.h')
| -rw-r--r-- | lib/Socket.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/Socket.h b/lib/Socket.h index c3c37e1..df80b08 100644 --- a/lib/Socket.h +++ b/lib/Socket.h @@ -50,7 +50,7 @@  namespace Socket {  struct InetAddress { -    struct sockaddr_storage addr; +    struct sockaddr_storage addr = {};      struct sockaddr *as_sockaddr() { return reinterpret_cast<sockaddr*>(&addr); }; | 
