From d47832b0371e86a264c60e7d78d50e94ea3aef57 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Wed, 27 May 2015 13:36:45 +0200 Subject: [PATCH] Shrink Socket from 24 to 16 bytes --- pdns/sstuff.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/sstuff.hh b/pdns/sstuff.hh index f8e90d244c..bd9b32ef16 100644 --- a/pdns/sstuff.hh +++ b/pdns/sstuff.hh @@ -341,8 +341,8 @@ public: } private: - int d_socket; char *d_buffer; + int d_socket; int d_buflen; }; -- 2.47.2