1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-18 05:25:23 +00:00

fix function signature

This commit is contained in:
Darien Raymond 2018-11-20 16:12:14 +01:00
parent d1f318c82a
commit 7b80322b60
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -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 {