ldap: Rename LDAP::search_result to LDAP::search_result_entry

To avoid confusion potential confusion between SearchResultEntry
and SearchResultDone.
This commit is contained in:
Arne Welzel 2023-12-14 15:54:53 +01:00
parent df37cadbe8
commit 46d0287b49
3 changed files with 7 additions and 7 deletions

View file

@ -296,9 +296,9 @@ event LDAP::search_request(c: connection,
}
#############################################################################
event LDAP::search_result(c: connection,
message_id: int,
object_name: string) {
event LDAP::search_result_entry(c: connection,
message_id: int,
object_name: string) {
set_session(c, message_id, LDAP::ProtocolOpcode_SEARCH_RESULT_ENTRY);

View file

@ -93,7 +93,7 @@ global LDAP::search_request: event (
## message_id: The messageID element.
##
## object_name: The object name in the SearchResultEntry.
global LDAP::search_result: event (
global LDAP::search_result_entry: event (
c: connection,
message_id: int,
object_name: string