CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2015/07/15 11:14:50
Modified files: usr.sbin/httpd : parse.y Log message: Unbreak configurations that have a non-TLS listen statement followed by a TLS listen statement. A bug was introduced in r1.68 of parse.y, which results in flags being directly copied from the parent, meaning that the TLS flag for the second server gets lost. ok reyk@