mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-28 23:47:55 +02:00
Bro Salt Module - Fix SO bro script
This commit is contained in:
@@ -6,5 +6,5 @@ redef record Conn::Info += {
|
|||||||
|
|
||||||
event connection_state_remove(c: connection)
|
event connection_state_remove(c: connection)
|
||||||
{
|
{
|
||||||
c$conn$sensorname = SecurityOnion::sensorname;
|
c$conn$sensorname = sensorname;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user