From 9ae9ee3d6723590c223041a6176c9200a83b25d7c85b63578b34ccdaa2e2520e Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Fri, 1 Oct 2010 22:44:37 +0000 Subject: [PATCH] Accepting request 49524 from Base:System checked in (request 49524) OBS-URL: https://build.opensuse.org/request/show/49524 OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=11 --- libtirpc-getpmaphandle.patch | 2 +- libtirpc.changes | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/libtirpc-getpmaphandle.patch b/libtirpc-getpmaphandle.patch index b51e9e4..0825c26 100644 --- a/libtirpc-getpmaphandle.patch +++ b/libtirpc-getpmaphandle.patch @@ -85,7 +85,7 @@ index a800128..962d9c7 100644 + && strcmp(nconf->nc_proto, NC_TCP) != 0) goto try_rpcbind; + -+ client = getpmaphandle(nconf, host, &parms.r_addr); ++ client = getpmaphandle(nconf, IN4_LOCALHOST_STRING, &parms.r_addr); if (client == NULL) return (NULL); diff --git a/libtirpc.changes b/libtirpc.changes index 088c60f..73cf7b3 100644 --- a/libtirpc.changes +++ b/libtirpc.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Wed Sep 29 15:42:12 UTC 2010 - max@novell.com - -- Fix showmount -e hostname (bnc#633007). - ------------------------------------------------------------------- Wed Sep 15 14:38:57 UTC 2010 - max@novell.com