]> granicus.if.org Git - pdns/commitdiff
oops, fix zone2ldap (i think)
authorBert Hubert <bert.hubert@netherlabs.nl>
Tue, 12 Jun 2007 22:53:14 +0000 (22:53 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Tue, 12 Jun 2007 22:53:14 +0000 (22:53 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1058 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/backends/bind/zone2ldap.cc

index c92bc8b237810c5b77fae23cd35024f65c8da911..6e5c7f0f3670e1306cd0323a2c71ab9461728483 100644 (file)
@@ -27,6 +27,7 @@
 #include "bindparser.hh"
 #include "statbag.hh"
 #include <boost/function.hpp>
+#include "dnsrecords.hh"
 #include "misc.hh"
 #include "dns.hh"
 #include "zoneparser-tng.hh"
@@ -155,7 +156,7 @@ int main( int argc, char* argv[] )
 #if __GNUC__ >= 3
                ios_base::sync_with_stdio( false );
 #endif
-
+               reportAllTypes();
                args.setCmd( "help", "Provide a helpful message" );
                args.setSwitch( "verbose", "Verbose comments on operation" ) = "no";
                args.setSwitch( "resume", "Continue after errors" ) = "no";