forked from pool/glibc
a30da1c424
Update to latest 2.16 git head OBS-URL: https://build.opensuse.org/request/show/131848 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=208
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;
|
|
}
|
|
|
|
|