mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-05-13 09:54:17 +00:00
eb5777ca2e
The code in bmcdiscover do not close socket pair correctly which causes `Too many open files` error from system. This commit maintains a hash map to locate the file descriptors for child processes, close these files when the child processes exit. fix-issue: #3682