mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
ldap: Rename LDAP::search_result to LDAP::search_result_entry
To avoid confusion potential confusion between SearchResultEntry and SearchResultDone.
This commit is contained in:
parent
df37cadbe8
commit
46d0287b49
3 changed files with 7 additions and 7 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue