View | Details | Raw Unified | Return to bug 41960
Collapse All | Expand All

(-)a/branches/ucs-4.1/ucs-4.1-3/management/univention-directory-listener/src/change.c (-1 / +1 lines)
 Lines 692-698   int change_update_dn(struct transaction *trans) { Link Here 
692
	int rv;
692
	int rv;
693
	const char *uuid = NULL;
693
	const char *uuid = NULL;
694
694
695
	univention_debug(UV_DEBUG_LISTENER, UV_DEBUG_INFO, "updating '%s' command %c", trans->cur.notify.dn, trans->cur.notify.command);
695
	univention_debug(UV_DEBUG_LISTENER, UV_DEBUG_PROCESS, "updating '%s' command %c", trans->cur.notify.dn, trans->cur.notify.command);
696
696
697
	rv = cache_get_entry_lower_upper(trans->cur.notify.dn, &trans->cur.cache);
697
	rv = cache_get_entry_lower_upper(trans->cur.notify.dn, &trans->cur.cache);
698
	if (rv != 0 && rv != DB_NOTFOUND) {
698
	if (rv != 0 && rv != DB_NOTFOUND) {

Return to bug 41960