summaryrefslogtreecommitdiffhomepage
path: root/gobgpd/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'gobgpd/main.go')
-rw-r--r--gobgpd/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobgpd/main.go b/gobgpd/main.go
index 32c63bcc..7ad48f83 100644
--- a/gobgpd/main.go
+++ b/gobgpd/main.go
@@ -186,7 +186,7 @@ func main() {
}()
if opts.Ops {
- m, err := ops.NewOpsManager(bgpServer.GrpcReqCh)
+ m, err := ops.NewOpsManager(grpcServer, bgpServer.GrpcReqCh)
if err != nil {
log.Errorf("Failed to start ops config manager: %s", err)
os.Exit(1)