forked from pool/glibc
5fabd52a67
Order changes; update to glibc 2.16 (forwarded request 132084 from a_jaeger) OBS-URL: https://build.opensuse.org/request/show/132085 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=119
14 lines
328 B
Diff
14 lines
328 B
Diff
Index: glibc-2.15.90/nscd/connections.c
|
|
===================================================================
|
|
--- glibc-2.15.90.orig/nscd/connections.c
|
|
+++ glibc-2.15.90/nscd/connections.c
|
|
@@ -1803,6 +1803,8 @@ handle_request: request received (Versio
|
|
++nready;
|
|
}
|
|
/* NOTREACHED */
|
|
+ assert(0);
|
|
+ return 0;
|
|
}
|
|
|
|
|