small typo
This commit is contained in:
@@ -365,7 +365,7 @@ func (obj *CloudflareDNSRes) Cmp(r engine.Res) error {
|
|||||||
return fmt.Errorf("the priority param differs")
|
return fmt.Errorf("the priority param differs")
|
||||||
}
|
}
|
||||||
|
|
||||||
if obj.Priority != nil && *obj.Priority != *obj.Priority {
|
if obj.Priority != nil && *obj.Priority != *res.Priority {
|
||||||
return fmt.Errorf("the priority param differs")
|
return fmt.Errorf("the priority param differs")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user