mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 00:04:30 +02:00
upstream: Add period at end of "not known by any other names"
message. github PR#320 from jschauma, ok djm@ OpenBSD-Commit-ID: bd60809803c4bfd3ebb7c5c4d918b10e275266f2
This commit is contained in:
parent
88e376fcd6
commit
ea97ec98c4
@ -1,4 +1,4 @@
|
|||||||
/* $OpenBSD: sshconnect.c,v 1.356 2021/12/19 22:10:24 djm Exp $ */
|
/* $OpenBSD: sshconnect.c,v 1.357 2022/06/03 03:21:09 dtucker Exp $ */
|
||||||
/*
|
/*
|
||||||
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
||||||
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
||||||
@ -816,7 +816,7 @@ other_hostkeys_message(const char *host, const char *ip,
|
|||||||
system_hostfiles, num_system_hostfiles,
|
system_hostfiles, num_system_hostfiles,
|
||||||
&othernames, &num_othernames);
|
&othernames, &num_othernames);
|
||||||
if (num_othernames == 0)
|
if (num_othernames == 0)
|
||||||
return xstrdup("This key is not known by any other names");
|
return xstrdup("This key is not known by any other names.");
|
||||||
|
|
||||||
xasprintf(&ret, "This host key is known by the following other "
|
xasprintf(&ret, "This host key is known by the following other "
|
||||||
"names/addresses:");
|
"names/addresses:");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user