mirror of https://github.com/v2ray/v2ray-core
fix function signature
parent
d1f318c82a
commit
7b80322b60
|
@ -86,7 +86,7 @@ func (rr *RoutingRule) BuildCondition() (Condition, error) {
|
|||
}
|
||||
|
||||
if rr.NetworkList != nil {
|
||||
conds.Add(NewNetworkMatcher(rr.NetworkList))
|
||||
conds.Add(NewNetworkMatcher(rr.NetworkList.Network))
|
||||
}
|
||||
|
||||
if len(rr.Geoip) > 0 {
|
||||
|
|
Loading…
Reference in New Issue