Skip to content
Snippets Groups Projects
Verified Commit 7355451c authored by David Hoese's avatar David Hoese
Browse files

Fix loggernet receiver typo on close

parent fe959e31
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ class LDMPReceiver(object):
def stop(self):
if not self._started:
return
self.run_event.clear()
self._run_event.clear()
self.worker.join()
self._started = False
LOG.info("Background thread successfully terminated")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment