Skip to content

Commit

Permalink
Merge pull request BishopFox#700 from mrThe/beacon-stability
Browse files Browse the repository at this point in the history
Fix panic on beacon session interactive mode
  • Loading branch information
moloch-- authored Jun 4, 2022
2 parents 1d4422b + 16aa774 commit 525eda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implant/sliver/pivots/pivots.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func RestartAllListeners(send chan<- *pb.Envelope) {
}
return true
})
stoppedPivotListeners = nil
stoppedPivotListeners = &sync.Map{}
}

// StopAllListeners - Stop all pivot listeners
Expand Down

0 comments on commit 525eda0

Please sign in to comment.