SF.net SVN: logwatch:[307] trunk/scripts/services/postfix

[email protected] Wed, 6 Jan 2016 21:16:24 +0000
Newsgroups gmane.comp.log.logwatch.devel
Message-ID <[email protected]>
Revision: 307
          http://sourceforge.net/p/logwatch/code/307
Author:   stefjakobs
Date:     2016-01-06 21:16:24 +0000 (Wed, 06 Jan 2016)
Log Message:
-----------
postfix: fix error "redundant argument in sprintf" (thanks: Henrique
Martins)

Modified Paths:
--------------
    trunk/scripts/services/postfix

Modified: trunk/scripts/services/postfix
===================================================================
--- trunk/scripts/services/postfix	2016-01-06 21:15:49 UTC (rev 306)
+++ trunk/scripts/services/postfix	2016-01-06 21:16:24 UTC (rev 307)
@@ -1364,7 +1364,6 @@
             }
             else {
                $fmt .= "$numfmt ";
-               $extra = '';
             }
 
             if ($divisor and $$divisor) {

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


------------------------------------------------------------------------------