From 447126d638801a94bd5ed1a18cf5ae3c808a60d1 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Mon, 10 Sep 2012 11:31:53 -0400 Subject: fixed shutdown of Inotify thread --- src/lib/Bcfg2/Server/FileMonitor/Inotify.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/lib/Bcfg2/Server/FileMonitor/Inotify.py b/src/lib/Bcfg2/Server/FileMonitor/Inotify.py index a20dc4ad5..60e26587e 100644 --- a/src/lib/Bcfg2/Server/FileMonitor/Inotify.py +++ b/src/lib/Bcfg2/Server/FileMonitor/Inotify.py @@ -141,7 +141,5 @@ class Inotify(Pseudo, pyinotify.ProcessEvent): return path def shutdown(self): - Pseudo.shutdown(self) if self.notifier: self.notifier.stop() - -- cgit v1.2.3-1-g7c22