--- Pound-2.0b4/config.c.orig	2005-12-07 10:57:59.000000000 +0100
+++ Pound-2.0b4/config.c	2005-12-08 08:09:49.000000000 +0100
@@ -1145,6 +1145,11 @@
 
     fclose(f_conf);
 
+    if(check_only) {
+        logmsg(LOG_INFO, "Config file %s is OK", conf_name);
+        exit(0);
+    }
+
     if(listeners == NULL) {
         logmsg(LOG_ERR, "no listeners define - aborted");
         exit(1);

