fix function signature

pull/1435/head
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
1 changed files with 1 additions and 1 deletions

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 {