Skip to content

Commit 9b22ad6

Browse files
authored
TEL-813: Avoid panic (#751)
1 parent 87baca9 commit 9b22ad6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pkg/sip/client.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ func (c *Client) Stop() {
157157
}
158158
if c.sipCli != nil {
159159
c.sipCli.Close()
160-
c.sipCli = nil
161160
}
162161
}
163162

0 commit comments

Comments
 (0)