Skip to content

Commit 71d2804

Browse files
authored
fixing test (#493)
1 parent d02bf0c commit 71d2804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/sip/service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ func (s *Service) checkInternalProviderRequest(ctx context.Context, callID strin
366366
}
367367

368368
s.srv.cmu.Lock()
369-
in := s.srv.byLocal[LocalTag(callID)]
369+
in := s.srv.byLocalTag[LocalTag(callID)]
370370
s.srv.cmu.Unlock()
371371

372372
if in != nil {

0 commit comments

Comments
 (0)