forked from pool/glibc
84ce9e0d13
Cleanup of patches. OBS-URL: https://build.opensuse.org/request/show/113387 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=164
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;
|
|
}
|
|
|
|
|