From: Pieter Lexis Date: Wed, 27 May 2015 11:36:45 +0000 (+0200) Subject: Shrink Socket from 24 to 16 bytes X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~77^2~4^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d47832b0371e86a264c60e7d78d50e94ea3aef57;p=thirdparty%2Fpdns.git Shrink Socket from 24 to 16 bytes --- 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; };