Univention Bugzilla – Attachment 8790 Details for
Bug 44423
handler is not run on modification if module filter only matches old object
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
check_filter_also_against_old.patch
check_filter_also_against_old.patch (text/plain), 638 bytes, created by
Arvid Requate
on 2017-04-20 19:52:58 CEST
(
hide
)
Description:
check_filter_also_against_old.patch
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2017-04-20 19:52:58 CEST
Size:
638 bytes
patch
obsolete
>Index: src/handlers.c >=================================================================== >--- src/handlers.c (Revision 78614) >+++ src/handlers.c (Arbeitskopie) >@@ -739,8 +739,10 @@ > } > } > >- /* check if the handler's search filter matches */ >+ /* check if new patches the handlers' search filter */ > matched = cache_entry_ldap_filter_match(handler->filters, dn, new); >+ /* check if old patches the handlers' search filter */ >+ matched |= cache_entry_ldap_filter_match(handler->filters, dn, old); > if (!matched) { > univention_debug(UV_DEBUG_LISTENER, UV_DEBUG_ALL, "handler: %s (filter doesn't match)", handler->name); > return 0;
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 44423
: 8790