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

(-)src/handlers.c (-1 / +3 lines)
 Lines 739-746    Link Here 
739
		}
739
		}
740
	}
740
	}
741
741
742
	/* check if the handler's search filter matches */
742
	/* check if new patches the handlers' search filter */
743
	matched = cache_entry_ldap_filter_match(handler->filters, dn, new);
743
	matched = cache_entry_ldap_filter_match(handler->filters, dn, new);
744
	/* check if old patches the handlers' search filter */
745
	matched |= cache_entry_ldap_filter_match(handler->filters, dn, old);
744
	if (!matched) {
746
	if (!matched) {
745
		univention_debug(UV_DEBUG_LISTENER, UV_DEBUG_ALL, "handler: %s (filter doesn't match)", handler->name);
747
		univention_debug(UV_DEBUG_LISTENER, UV_DEBUG_ALL, "handler: %s (filter doesn't match)", handler->name);
746
		return 0;
748
		return 0;

Return to bug 44423