diff options
author | MajesticFalcon <Schylarutley@hotmail.com> | 2016-08-30 17:56:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-30 17:56:09 -0500 |
commit | 35f20515be92d57245abd24b9b2969d5d70922ba (patch) | |
tree | f4f3af4b9835b1c73aa3216fff27894d28474cd3 | |
parent | 990aa6036c427a5cf56da5a7c007bcd6a1938a0a (diff) |
Update tftp
-rw-r--r-- | lib/oxidized/input/tftp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/oxidized/input/tftp b/lib/oxidized/input/tftp index bfb69f6..cac8f2d 100644 --- a/lib/oxidized/input/tftp +++ b/lib/oxidized/input/tftp @@ -49,7 +49,6 @@ module Oxidized def disconnect # TFTP uses UDP, there is no connection to close - #rescue Errno::ECONNRESET, IOError ensure @log.close if Oxidized.config.input.debug? end |