From ece1aa0b37f0642e3e015a18819e178bad524039 Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Tue, 9 Jun 2015 22:11:08 +0300 Subject: [PATCH] Add read accessor for d_prefix --- pdns/dnsbackend.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/dnsbackend.hh b/pdns/dnsbackend.hh index aa0ae72245..8ae15c9e0c 100644 --- a/pdns/dnsbackend.hh +++ b/pdns/dnsbackend.hh @@ -381,6 +381,7 @@ public: return false; } + const string& getPrefix() { return d_prefix; }; protected: bool mustDo(const string &key); const string &getArg(const string &key); -- 2.47.2