From: Steve Dickson <SteveD@redhat.com>
To: Linux NFS Mailing list <linux-nfs@vger.kernel.org>
Subject: Re: [PATCH] gssd: Fixed errno typo in get_servername()
Date: Fri, 25 Jul 2014 11:00:11 -0400 [thread overview]
Message-ID: <53D270FB.602@RedHat.com> (raw)
In-Reply-To: <1405016932-19599-1-git-send-email-steved@redhat.com>
On 10/07/14 14:28, Steve Dickson wrote:
> Signed-off-by: Steve Dickson <steved@redhat.com>
Committed...
steved.
> ---
> utils/gssd/gssd_proc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/utils/gssd/gssd_proc.c b/utils/gssd/gssd_proc.c
> index 40ff188..9925dab 100644
> --- a/utils/gssd/gssd_proc.c
> +++ b/utils/gssd/gssd_proc.c
> @@ -218,7 +218,7 @@ get_servername(const char *name, const struct sockaddr *sa, const char *addr)
> NI_NAMEREQD);
> if (err) {
> printerr(0, "ERROR: unable to resolve %s to hostname: %s\n",
> - addr, err == EAI_SYSTEM ? strerror(err) :
> + addr, err == EAI_SYSTEM ? strerror(errno) :
> gai_strerror(err));
> return NULL;
> }
>
prev parent reply other threads:[~2014-07-25 15:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-10 18:28 [PATCH] gssd: Fixed errno typo in get_servername() Steve Dickson
2014-07-25 15:00 ` Steve Dickson [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=53D270FB.602@RedHat.com \
--to=steved@redhat.com \
--cc=linux-nfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).