Univention Bugzilla – Attachment 8510 Details for
Bug 43764
LMDB listener code fails to build with -Wall -Werror
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Werror=uninitialized.patch
Werror=uninitialized.patch (text/plain), 425 bytes, created by
Arvid Requate
on 2017-03-09 12:44:04 CET
(
hide
)
Description:
Werror=uninitialized.patch
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2017-03-09 12:44:04 CET
Size:
425 bytes
patch
obsolete
>Index: src/cache_dn.c >=================================================================== >--- src/cache_dn.c (Revision 77504) >+++ src/cache_dn.c (Arbeitskopie) >@@ -79,7 +79,8 @@ > > /* climb the dntree */ > static int dntree_lookup_id4ldapdn(MDB_cursor *cur, LDAPDN dn, DNID *dnid_out, int *found_out) { >- int rv, iRDN, found; >+ int rv = MDB_SUCCESS; >+ int iRDN, found; > MDB_val key, data; > DNID parent, id = 0; > char *rdn;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 43764
: 8510