Merge branch 'fix/remove-glue-library' into fix/verdict-cache-update
This commit is contained in:
@@ -70,14 +70,10 @@ type VersionInfo struct {
|
||||
|
||||
// Handler transforms received packets to the Packet interface.
|
||||
func Handler(packets chan packet.Packet) {
|
||||
if !ready.IsSet() {
|
||||
return
|
||||
}
|
||||
|
||||
defer close(packets)
|
||||
|
||||
for {
|
||||
if !ready.IsSet() {
|
||||
if kextHandle == winInvalidHandleValue {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user