blob: 5689a4a05bebc6e069e299b1488503bfbcc1a002 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
Index: pdns/pdns/backends/bind/zone2ldap.cc
===================================================================
--- pdns/pdns/backends/bind/zone2ldap.cc (revision 1057)
+++ pdns/pdns/backends/bind/zone2ldap.cc (revision 1058)
@@ -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 @@
#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";
|