From 2d00fb19fd3f09952cd8bd4125f41aab8576e5e4 Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Fri, 9 Feb 2018 20:29:18 +0100 Subject: [PATCH] dnsdist: fix build without protobuf --- pdns/dnsdist.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/pdns/dnsdist.cc b/pdns/dnsdist.cc index de3992ef3..1f021027b 100644 --- a/pdns/dnsdist.cc +++ b/pdns/dnsdist.cc @@ -59,9 +59,7 @@ #include "sstuff.hh" #include "xpf.hh" -#ifdef HAVE_PROTOBUF thread_local boost::uuids::random_generator t_uuidGenerator; -#endif /* Known sins: -- 2.49.0