--- Pound-2.0b1/config.c.orig	2005-10-29 18:12:36.000000000 +0200
+++ Pound-2.0b1/config.c	2005-11-01 11:56:46.000000000 +0100
@@ -957,11 +957,11 @@
             }
         } else if(!regexec(&ListenHTTPS, lin, 4, matches, 0)) {
             if(listeners == NULL)
-                listeners = parse_HTTP(f_conf);
+                listeners = parse_HTTPS(f_conf);
             else {
                 for(lstn = listeners; lstn->next; lstn = lstn->next)
                     ;
-                lstn->next = parse_HTTP(f_conf);
+                lstn->next = parse_HTTPS(f_conf);
             }
         } else if(!regexec(&Service, lin, 4, matches, 0)) {
             if(services == NULL)

