[svn:qpsmtpd] r646 - trunk/lib/Qpsmtpd
[email protected] Tue, 27 Jun 2006 13:28:37 -0700 (PDT)
| Newsgroups | perl.cvs.qpsmtpd |
|---|---|
| Message-ID | <[email protected]> |
Author: msergeant
Date: Tue Jun 27 13:28:36 2006
New Revision: 646
Modified:
trunk/lib/Qpsmtpd/ConfigServer.pm
Log:
stats plugin doesn't have a register() function any more (Brian Grossman)
Modified: trunk/lib/Qpsmtpd/ConfigServer.pm
==============================================================================
--- trunk/lib/Qpsmtpd/ConfigServer.pm (original)
+++ trunk/lib/Qpsmtpd/ConfigServer.pm Tue Jun 27 13:28:36 2006
@@ -155,7 +155,7 @@
my $output = "Current Status as of " . gmtime() . " GMT\n\n";
- if (defined &Qpsmtpd::Plugin::stats::register) {
+ if (defined &Qpsmtpd::Plugin::stats::get_stats) {
# Stats plugin is loaded
$output .= Qpsmtpd::Plugin::stats->get_stats;
}
@@ -282,4 +282,4 @@
can connect to. This allows you to view current connection statistics and other
gumph that you probably don't care about.
-=cut
\ No newline at end of file
+=cut