From: Remi Gacogne Date: Tue, 29 Nov 2016 08:48:36 +0000 (+0100) Subject: Specify that dnsmessage.proto uses protobuf version 2 X-Git-Tag: auth-4.0.4-rc1~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1455a02e4cee1957891fb660e27f562535f995d1;p=thirdparty%2Fpdns.git Specify that dnsmessage.proto uses protobuf version 2 Recent proto-c versions are complaining loudly otherwise. --- diff --git a/pdns/dnsmessage.proto b/pdns/dnsmessage.proto index 79b5b08e95..9b2802699b 100644 --- a/pdns/dnsmessage.proto +++ b/pdns/dnsmessage.proto @@ -19,6 +19,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +syntax = "proto2"; + message PBDNSMessage { enum Type { DNSQueryType = 1;