- (dtucker) Bug #1470: Disable OOM-killing of the listening sshd on Linux,
   based on a patch from Vaclav Ovsik and Colin Watson.  ok djm.
diff --git a/sshd.c b/sshd.c
index 04d8f9f..38aaa18 100644
--- a/sshd.c
+++ b/sshd.c
@@ -1656,6 +1656,7 @@
 	if (inetd_flag) {
 		server_accept_inetd(&sock_in, &sock_out);
 	} else {
+		platform_pre_listen();
 		server_listen();
 
 		if (options.protocol & SSH_PROTO_1)