fixing regression due to #71

This commit is contained in:
Murali Reddy 2017-07-18 05:57:29 +05:30
parent 082efddf90
commit 3f062f2828

View File

@ -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 // loop forever till notified to stop on stopCh
for { for {
select { select {