the servers config for its rekeying handling. Without this no rekeying happens
and httpd stops working. Learned the hard way by me and beck@
OK reyk@
-/* $OpenBSD: httpd.c,v 1.65 2017/03/25 17:25:34 claudio Exp $ */
+/* $OpenBSD: httpd.c,v 1.66 2017/04/04 20:16:09 claudio Exp $ */
/*
* Copyright (c) 2014 Reyk Floeter <reyk@openbsd.org>
ret = 0;
- config_purge(env, CONFIG_ALL);
+ config_purge(env, CONFIG_ALL & ~CONFIG_SERVERS);
return (ret);
}