Accepting request 308013 from home:kukuk:NIS

- 005-no_IPv6_for_old_code.patch: Update comment
    - libtirpc-taddr2uaddr-local.patch

OBS-URL: https://build.opensuse.org/request/show/308013
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=46
This commit is contained in:
Marcus Meissner 2015-05-19 15:52:05 +00:00 committed by Git OBS Bridge
parent 7ef180a926
commit 72c7e243d3
2 changed files with 14 additions and 20 deletions

View File

@ -1,18 +1,18 @@
Behebt das das Problem mit svc_register?
Gruß
Olaf
src/rpc_generic.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/rpc_generic.c b/src/rpc_generic.c
index 6148830..4fc882a 100644
index 6148830..f443c47 100644
--- a/src/rpc_generic.c
+++ b/src/rpc_generic.c
@@ -250,8 +250,7 @@ __rpc_getconfip(nettype)
@@ -213,7 +213,8 @@ getnettype(nettype)
}
/*
- * For the given nettype (tcp or udp only), return the first structure found.
+ * For the given nettype (tcp or udp only), return the first
+ * IPv4 structure found.
* This should be freed by calling freenetconfigent()
*/
struct netconfig *
@@ -250,8 +251,7 @@ __rpc_getconfip(nettype)
return (NULL);
}
while ((nconf = getnetconfig(confighandle)) != NULL) {
@ -22,11 +22,3 @@ index 6148830..4fc882a 100644
if (strcmp(nconf->nc_proto, NC_TCP) == 0 &&
netid_tcp == NULL) {
netid_tcp = strdup(nconf->nc_netid);
--
What is tolerance? It is the consequence of humanity. -- Voltaire
--------------------------------------------
Olaf Kirch - Director SUSE Linux Enterprise Core; R&D (okir@suse.com)
SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer, Jane Smithard, Jennifer Guild, Dilip Upmanyu,
Graham Norton, HRB 21284 (AG Nürnberg)

View File

@ -2,6 +2,7 @@
Tue May 12 12:48:37 CEST 2015 - kukuk@suse.de
- 003-fix-gssapi.patch: Correct fix for GSS ABI breakage
- 005-no_IPv6_for_old_code.patch: Update comment
- 006-rework-features.diff: Rework tirpc-features.h
-------------------------------------------------------------------
@ -122,6 +123,7 @@ Wed Dec 17 16:26:51 CET 2014 - kukuk@suse.de
- 004-getpmaphandle.patch
- libtirpc-clntunix_create.patch
- libtirpc-getbroadifs-crash.patch
- libtirpc-taddr2uaddr-local.patch
-------------------------------------------------------------------
Mon Dec 15 14:47:58 CET 2014 - kukuk@suse.de