Update of /var/cvs/applications/email/src/org/mmbase/module/smtp
In directory james.mmbase.org:/tmp/cvs-serv13353

Modified Files:
        SMTPListener.java 
Log Message:
  MMB-1691


See also: 
http://cvs.mmbase.org/viewcvs/applications/email/src/org/mmbase/module/smtp
See also: http://www.mmbase.org/jira/browse/MMB-1691


Index: SMTPListener.java
===================================================================
RCS file: 
/var/cvs/applications/email/src/org/mmbase/module/smtp/SMTPListener.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- SMTPListener.java   31 Jul 2008 13:23:03 -0000      1.8
+++ SMTPListener.java   31 Jul 2008 13:31:31 -0000      1.9
@@ -19,7 +19,7 @@
  * Listener thread, that accepts connection on port 25 (default) and
  * delegates all work to its worker threads.
  * @author Johannes Verelst <[EMAIL PROTECTED]>
- * @version $Id: SMTPListener.java,v 1.8 2008/07/31 13:23:03 michiel Exp $
+ * @version $Id: SMTPListener.java,v 1.9 2008/07/31 13:31:31 michiel Exp $
  */
 public class SMTPListener extends Thread {
 
@@ -76,6 +76,7 @@
 
             if (port == -1) {
                 log.info("port of smtp module is -1, therefore not starting a 
listener");
+                return;
             }
             host = properties.get("hostname");
             if (host == null) host = "localhost";
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to