mirror of
https://github.com/its-a-feature/Mythic
synced 2026-06-08 14:55:38 +00:00
grpc typo fix
This commit is contained in:
@@ -176,7 +176,7 @@ func (t *translationContainerServer) SetMythicToCustomChannelExited(translationC
|
||||
}
|
||||
func (t *translationContainerServer) CheckClientConnected(translationContainerName string) bool {
|
||||
t.RLock()
|
||||
defer t.Unlock()
|
||||
defer t.RUnlock()
|
||||
if _, ok := t.clients[translationContainerName]; ok {
|
||||
connected := t.clients[translationContainerName].connectedMythicToCustom &&
|
||||
t.clients[translationContainerName].connectedGenerateKeys &&
|
||||
|
||||
Reference in New Issue
Block a user