]> granicus.if.org Git - pdns/commitdiff
Let gpgsqlbackend report only once
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 21 Feb 2015 10:29:22 +0000 (11:29 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 21 Feb 2015 10:29:22 +0000 (11:29 +0100)
That's more than enough ;)

modules/gpgsqlbackend/gpgsqlbackend.cc

index 75c9a9547734d64b6bcb58941af56ece8b0df139..6cc824e1fae577f444f4d6ff3c8164e0a1bba50a 100644 (file)
@@ -137,7 +137,6 @@ public:
   gPgSQLLoader()
   {
     BackendMakers().report(new gPgSQLFactory("gpgsql"));
-    BackendMakers().report(new gPgSQLFactory("gpgsql2"));
     L << Logger::Info << "[gpgsqlbackend] This is the gpgsql backend version " VERSION " (" __DATE__ ", " __TIME__ ") reporting" << endl;
   }
 };