summaryrefslogtreecommitdiffstats
path: root/src/socket/Socket.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket/Socket.hpp')
-rw-r--r--src/socket/Socket.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/socket/Socket.hpp b/src/socket/Socket.hpp
index 8aa172cb..13f18be8 100644
--- a/src/socket/Socket.hpp
+++ b/src/socket/Socket.hpp
@@ -55,7 +55,7 @@ public:
socklen_t addr_len,
int fd);
- ~Socket() { close(); }
+ ~Socket();
/** Bind a server socket to an address.
* @param uri Address URI, e.g. unix:///tmp/foo or tcp://somehost:1234