Skip to content

Commit 65c3096

Browse files
committed
bugfix!
1 parent a1b014b commit 65c3096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/sip/outbound.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@ authLoop:
838838
if err != nil {
839839
return nil, fmt.Errorf("invalid challenge %q: %w", challengeStr, err)
840840
}
841-
toHeader := resp.To()
841+
toHeader = resp.To()
842842
if toHeader == nil {
843843
return nil, errors.New("no 'To' header on Response")
844844
}

0 commit comments

Comments
 (0)