Skip to content
Snippets Groups Projects
Commit 0f544811 authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

Merge branch '17-restconf-client-to-gosdn-core' into develop

parents 2f26a74b 506b52dc
No related branches found
No related tags found
1 merge request!18Develop
This commit is part of merge request !18. Comments created here will be created in the context of that merge request.
...@@ -60,7 +60,6 @@ func StartUp(socket, filename string) { ...@@ -60,7 +60,6 @@ func StartUp(socket, filename string) {
core := Core{ core := Core{
clients: make(map[string]interfaces.Client, 0), clients: make(map[string]interfaces.Client, 0),
database: database.Database{}, database: database.Database{},
config: nil,
} }
core.Init(socket, filename) core.Init(socket, filename)
// Start the GRCP CLI // Start the GRCP CLI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment