diff options
Diffstat (limited to 'verify/ipv6.go')
-rw-r--r-- | verify/ipv6.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/verify/ipv6.go b/verify/ipv6.go index f6471b2..05083c7 100644 --- a/verify/ipv6.go +++ b/verify/ipv6.go @@ -35,7 +35,7 @@ func (v *IPv6Verifier) Execute() *VerifyResponse { switch res := <-v.unblockTestChan; { case res.err != nil: - response.StatusCode = NetworkUnrachable + v.unblockStatus = NetworkUnrachable case res.CountryCode != "": switch res.movieID { |