Skip to content

Commit

Permalink
fix const
Browse files Browse the repository at this point in the history
  • Loading branch information
laffer1 committed Jun 28, 2023
1 parent cffefda commit 42c4a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/openssh/readconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -2729,7 +2729,7 @@ fill_default_options(Options * options)
/* options->host_key_alias should not be set by default */
/* options->preferred_authentications will be set in ssh */
if (options->version_addendum == NULL)
options->version_addendum = xstrdup(SSH_VERSION_FREEBSD);
options->version_addendum = xstrdup(SSH_VERSION_MIDNIGHTBSD);

/* success */
ret = 0;
Expand Down

0 comments on commit 42c4a1f

Please sign in to comment.