[Pdns-users] (bug?) gpgsqlbackend reporting as module gmysqlbackend.so
Sherwin Daganato
sherwin at saturn.emc.com.ph
Thu Jun 5 14:14:29 UTC 2003
Shouldn't line 98 be
L<<Logger::Warning<<"This is module gpgsqlbackend.so reporting"<<endl;
?
FROM pdns-2.9.8/modules/gpgsqlbackend/gpgsqlbackend.cc:
89 //! Magic class that is activated when the dynamic library is loaded
90 class gPgSQLLoader
91 {
92 public:
93 //! This reports us to the main UeberBackend class
94 gPgSQLLoader()
95 {
96 BackendMakers().report(new gPgSQLFactory("gpgsql"));
97 BackendMakers().report(new gPgSQLFactory("gpgsql2"));
98 L<<Logger::Warning<<"This is module gmysqlbackend.so
reporting"<<endl;
99 }
100 };
More information about the Pdns-users
mailing list