Skip to content

Commit

Permalink
修改代码
Browse files Browse the repository at this point in the history
  • Loading branch information
pangdogs committed Mar 18, 2024
1 parent ecb02ca commit f8da55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/rpc/processor/service_deliverer.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func (d *_ServiceDeliverer) Shut(ctx service.Context) {
func (d *_ServiceDeliverer) Match(ctx service.Context, dst, path string, oneWay bool) bool {
addr := d.dist.GetAddressDetails()

if addr.InDomain(dst) {
if !addr.InDomain(dst) {
return false
}

Expand Down

0 comments on commit f8da55e

Please sign in to comment.