mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Remove unneeded setting of opts.no_network
This commit is contained in:
parent
fdd9dfb4b5
commit
431489c9b9
1 changed files with 0 additions and 3 deletions
|
|
@ -96,9 +96,6 @@ else:
|
|||
stdout.setFormatter(logging.Formatter(' %(message)s'))
|
||||
logSys.addHandler(stdout)
|
||||
|
||||
if opts.no_network is None:
|
||||
opts.no_network = False
|
||||
|
||||
#
|
||||
# Let know the version
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue