]> granicus.if.org Git - pdns/commitdiff
make SOA data public, needed to fix previous commit (oops)
authorBert Hubert <bert.hubert@netherlabs.nl>
Sun, 6 Dec 2009 15:18:37 +0000 (15:18 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Sun, 6 Dec 2009 15:18:37 +0000 (15:18 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1450 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/dnsrecords.hh

index 8e2304caea700ec3cee2f8107969b2e492b5b45a..ba62c3384b10cbd9a02616467b3bebf794c47797 100644 (file)
@@ -323,7 +323,6 @@ public:
   includeboilerplate(SOA)
   SOARecordContent(const string& mname, const string& rname, const struct soatimes& st);
 
-private:
   string d_mname;
   string d_rname;
   struct soatimes d_st;