From: Chuck Lever Date: Fri, 10 Aug 2007 22:19:45 +0000 (-0400) Subject: mount.nfs: Treat another UDP/TCP pair of strings like the rest X-Git-Tag: nfs-utils-1-1-1~81 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=1e892795cb2b482e5f6b8476227e187b419a6232 mount.nfs: Treat another UDP/TCP pair of strings like the rest See the error messages at the end of utils/mount/network.c:get_socket() Signed-off-by: Chuck Lever Signed-off-by: Neil Brown --- diff --git a/utils/mount/network.c b/utils/mount/network.c index 5a56c23..eb59c1f 100644 --- a/utils/mount/network.c +++ b/utils/mount/network.c @@ -388,7 +388,7 @@ static int probe_port(clnt_addr_t *server, const unsigned long *versions, inet_ntoa(saddr->sin_addr), prog, *p_vers, *p_prot == IPPROTO_UDP ? - "udp" : "tcp", + _("UDP") : _("TCP"), p_port); } if (clnt_ping(saddr, prog, *p_vers, *p_prot, NULL))