Skip to content

Commit b319a98

Browse files
Remove restart() call from disable method
1 parent 703e49a commit b319a98

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

splunklib/client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,8 +1095,6 @@ def content(self):
10951095
def disable(self):
10961096
"""Disables the entity at this endpoint."""
10971097
self.post("disable")
1098-
if self.service.restart_required:
1099-
self.service.restart(120)
11001098
return self
11011099

11021100
def enable(self):

0 commit comments

Comments
 (0)