Skip to content

Commit

Permalink
fixing regression due to #71
Browse files Browse the repository at this point in the history
  • Loading branch information
Murali Reddy committed Jul 18, 2017
1 parent 082efdd commit 3f062f2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/controllers/network_routes_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,6 @@ func (nrc *NetworkRoutingController) Run(stopCh <-chan struct{}, wg *sync.WaitGr
}
}

err = nrc.initExportPolicies()
if err != nil {
glog.Errorf("Failed to add BGP export policies %s.", err.Error())
}

// loop forever till notified to stop on stopCh
for {
select {
Expand Down

0 comments on commit 3f062f2

Please sign in to comment.