View | Details | Raw Unified | Return to bug 47587 | Differences between
and this patch

Collapse All | Expand All

(-)a/management/univention-directory-listener/src/cache_dn.c (+1 lines)
 Lines 327-332   int dntree_del_id(MDB_cursor *write_cursor_p, DNID dnid) { Link Here 
327
		univention_debug(UV_DEBUG_LISTENER, UV_DEBUG_ERROR, "%s: delete failed:"
327
		univention_debug(UV_DEBUG_LISTENER, UV_DEBUG_ERROR, "%s: delete failed:"
328
		                                                    " subordinate objects must be deleted first",
328
		                                                    " subordinate objects must be deleted first",
329
		                 __func__);
329
		                 __func__);
330
		mdb_cursor_close(local_read_cursor_p);
330
		return -1;
331
		return -1;
331
	} else if (rv != MDB_NOTFOUND) {
332
	} else if (rv != MDB_NOTFOUND) {
332
		univention_debug(UV_DEBUG_LISTENER, UV_DEBUG_ERROR, "%s: dntree_has_children failed: %s (%d)", __func__, mdb_strerror(rv), rv);
333
		univention_debug(UV_DEBUG_LISTENER, UV_DEBUG_ERROR, "%s: dntree_has_children failed: %s (%d)", __func__, mdb_strerror(rv), rv);

Return to bug 47587