Skip to content

Commit 3f062f2

Browse files
author
Murali Reddy
committed
fixing regression due to #71
1 parent 082efdd commit 3f062f2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

app/controllers/network_routes_controller.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,6 @@ func (nrc *NetworkRoutingController) Run(stopCh <-chan struct{}, wg *sync.WaitGr
114114
}
115115
}
116116

117-
err = nrc.initExportPolicies()
118-
if err != nil {
119-
glog.Errorf("Failed to add BGP export policies %s.", err.Error())
120-
}
121-
122117
// loop forever till notified to stop on stopCh
123118
for {
124119
select {

0 commit comments

Comments
 (0)