Univention Bugzilla – Attachment 10870 Details for
Bug 50256
listener mdb database handling incorrect
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bug50256.patch
bug50256.patch (text/plain), 801 bytes, created by
Arvid Requate
on 2021-12-06 17:59:21 CET
(
hide
)
Description:
bug50256.patch
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2021-12-06 17:59:21 CET
Size:
801 bytes
patch
obsolete
>diff --git management/univention-directory-listener/src/cache.c management/univention-directory-listener/src/cache.c >index bb617cc178..274864d164 100644 >--- management/univention-directory-listener/src/cache.c >+++ management/univention-directory-listener/src/cache.c >@@ -493,6 +493,7 @@ inline int cache_update_entry(NotifierID id, char *dn, CacheEntry *entry) { > rv = mdb_cursor_open(write_txn, id2dn, &id2dn_write_cursor_p); > if (rv != MDB_SUCCESS) { > ERROR_MDB_ABORT(rv, "mdb_cursor_open"); >+ mdb_txn_abort(write_txn); > return rv; > } > >@@ -585,6 +586,7 @@ int cache_delete_entry(NotifierID id, char *dn) { > rv = mdb_cursor_open(write_txn, id2dn, &id2dn_write_cursor_p); > if (rv != MDB_SUCCESS) { > ERROR_MDB_ABORT(rv, "mdb_cursor_open"); >+ mdb_txn_abort(write_txn); > return rv; > } >
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 50256
: 10870