mirror of
https://github.com/samba-team/samba.git
synced 2025-09-06 17:44:20 +03:00
samba-tool processes: Remove unused loop
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
committed by
Andreas Schneider
parent
f9df57043e
commit
2fb3658eda
@@ -68,7 +68,6 @@ class cmd_processes(Command):
|
||||
masters = {}
|
||||
workers = {}
|
||||
for service in services:
|
||||
for id in service.ids:
|
||||
if service.name.startswith("prefork-master"):
|
||||
ns = service.name.split("-")
|
||||
name = ns[2] + "_server"
|
||||
|
Reference in New Issue
Block a user