Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
eff4bbda
Commit
eff4bbda
authored
Oct 25, 2018
by
Francis Dupont
Browse files
[153-netconf-agent] Fixed closure
parent
dea8b62b
Changes
1
Show whitespace changes
Inline
Side-by-side
src/bin/netconf/netconf_process.cc
View file @
eff4bbda
...
...
@@ -58,7 +58,7 @@ NetconfProcess::run() {
}
// Initialize the agent in a thread.
Thread
th
([
cfg_mgr
]()
{
agent_
.
init
(
cfg_mgr
);
});
Thread
th
([
this
,
cfg_mgr
]()
{
agent_
.
init
(
cfg_mgr
);
});
// Let's process incoming data or expiring timers in a loop until
// shutdown condition is detected.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment