diff --git a/ryu/app/bmpstation.py b/ryu/app/bmpstation.py index a96500f2..2ef5c64e 100644 --- a/ryu/app/bmpstation.py +++ b/ryu/app/bmpstation.py @@ -93,5 +93,3 @@ class BMPStation(app_manager.RyuApp): self.logger.debug("BMP client disconnected, ip=%s, port=%s" % addr) sock.close() - self.output_fd.close() - self.failed_dump_fd.close()