Skip to content
Snippets Groups Projects
Commit 0378cffa authored by Matt Johnston's avatar Matt Johnston
Browse files

Load the hostkeys for inetd too - oops

--HG--
extra : convert_revision : 815f75b9a450396fd5a9cca286803a91f0edc1a9
parent 51fb224e
Branches
Tags
No related merge requests found
......@@ -138,9 +138,6 @@ void main_noinetd() {
commonsetup();
/* Now we can setup the hostkeys - needs to be after logging is on,
* otherwise we might end up blatting error messages to the socket */
loadhostkeys();
/* should be done after syslog is working */
if (svr_opts.forkbg) {
......@@ -355,6 +352,10 @@ static void commonsetup() {
if (signal(SIGSEGV, sigsegv_handler) == SIG_ERR) {
dropbear_exit("signal() error");
}
/* Now we can setup the hostkeys - needs to be after logging is on,
* otherwise we might end up blatting error messages to the socket */
loadhostkeys();
}
/* Set up listening sockets for all the requested ports */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment