From 042c5e5ad4b78a4e46e0a8968e2b4ee517c9187e Mon Sep 17 00:00:00 2001 From: Lucas Holt Date: Thu, 29 Jun 2023 10:40:33 -0400 Subject: [PATCH] fixup --- crypto/openssh/servconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/openssh/servconf.c b/crypto/openssh/servconf.c index 210d633054..e04efcfb7c 100644 --- a/crypto/openssh/servconf.c +++ b/crypto/openssh/servconf.c @@ -437,7 +437,7 @@ fill_default_server_options(ServerOptions *options) if (options->ip_qos_bulk == -1) options->ip_qos_bulk = IPTOS_DSCP_CS1; if (options->version_addendum == NULL) - options->version_addendum = xstrdup(SSH_VERSION_FREEBSD); + options->version_addendum = xstrdup(SSH_VERSION_MIDNIGHTBSD); if (options->fwd_opts.streamlocal_bind_mask == (mode_t)-1) options->fwd_opts.streamlocal_bind_mask = 0177; if (options->fwd_opts.streamlocal_bind_unlink == -1)