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

Fix another typo in LDMP receiver

parent bc1a0eff
Branches
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ class LDMPReceiver(object):
if not self._started:
return
self._run_event.clear()
self.worker.join()
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