Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 378913 | Differences between
and this patch

Collapse All | Expand All

(-)fail2ban-0.8.4.orig/fail2ban-client (+1 lines)
Lines 142-147 Link Here
142
	def __processCmd(self, cmd, showRet = True):
142
	def __processCmd(self, cmd, showRet = True):
143
		beautifier = Beautifier()
143
		beautifier = Beautifier()
144
		for c in cmd:
144
		for c in cmd:
145
			time.sleep(0.1)
145
			beautifier.setInputCmd(c)
146
			beautifier.setInputCmd(c)
146
			try:
147
			try:
147
				client = CSocket(self.__conf["socket"])
148
				client = CSocket(self.__conf["socket"])

Return to bug 378913