7f152ecbf8
Lots of fixes for glibc and cleanup of spec file. (forwarded request 114163 from a_jaeger) OBS-URL: https://build.opensuse.org/request/show/114164 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=105
14 lines
319 B
Diff
14 lines
319 B
Diff
Index: glibc-2.15/nscd/connections.c
|
|
===================================================================
|
|
--- glibc-2.15.orig/nscd/connections.c
|
|
+++ glibc-2.15/nscd/connections.c
|
|
@@ -1805,6 +1805,8 @@ handle_request: request received (Versio
|
|
++nready;
|
|
}
|
|
/* NOTREACHED */
|
|
+ assert(0);
|
|
+ return 0;
|
|
}
|
|
|
|
|