bmpstation: bug fix. stop closing fds which are in use.

Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
ISHIDA Wataru 2015-01-21 14:03:07 +09:00 committed by FUJITA Tomonori
parent b86ab0904e
commit 66da38e3c1

View File

@ -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()