Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
laffer1 committed Jun 29, 2023
1 parent c63490e commit 042c5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/openssh/servconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 042c5e5

Please sign in to comment.