aboutsummaryrefslogtreecommitdiffstats
path: root/sos/plugins/xinetd.py
diff options
context:
space:
mode:
Diffstat (limited to 'sos/plugins/xinetd.py')
-rw-r--r--sos/plugins/xinetd.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/sos/plugins/xinetd.py b/sos/plugins/xinetd.py
index fc0dce22..323e3814 100644
--- a/sos/plugins/xinetd.py
+++ b/sos/plugins/xinetd.py
@@ -26,5 +26,3 @@ class xinetd(sos.plugintools.PluginBase):
def setup(self):
self.addCopySpec("/etc/xinetd.conf")
self.addCopySpec("/etc/xinetd.d")
- return
-