From 1e892795cb2b482e5f6b8476227e187b419a6232 Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Fri, 10 Aug 2007 18:19:45 -0400 Subject: [PATCH] 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 --- utils/mount/network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.2