Univention Bugzilla – Attachment 10207 Details for
Bug 47587
cache_update_master_entry mdb_txn_commit: failed: MDB_PAGE_NOTFOUND
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
close_local_cursor_in_dntree_del_id.patch
close_local_cursor_in_dntree_del_id.patch (text/plain), 796 bytes, created by
Arvid Requate
on 2019-10-16 23:23:43 CEST
(
hide
)
Description:
close_local_cursor_in_dntree_del_id.patch
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2019-10-16 23:23:43 CEST
Size:
796 bytes
patch
obsolete
>diff --git a/management/univention-directory-listener/src/cache_dn.c b/management/univention-directory-listener/src/cache_dn.c >index 9e8c5813b6..6c505456c6 100644 >--- a/management/univention-directory-listener/src/cache_dn.c >+++ b/management/univention-directory-listener/src/cache_dn.c >@@ -327,6 +327,7 @@ int dntree_del_id(MDB_cursor *write_cursor_p, DNID dnid) { > univention_debug(UV_DEBUG_LISTENER, UV_DEBUG_ERROR, "%s: delete failed:" > " subordinate objects must be deleted first", > __func__); >+ mdb_cursor_close(local_read_cursor_p); > return -1; > } else if (rv != MDB_NOTFOUND) { > univention_debug(UV_DEBUG_LISTENER, UV_DEBUG_ERROR, "%s: dntree_has_children failed: %s (%d)", __func__, mdb_strerror(rv), 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 47587
: 10207 |
10214