commit | 8ff0ee5419a304297889e78e4d30357cef77c4ce | [log] [tgz] |
---|---|---|
author | Vernon Mauery <vernon.mauery@linux.intel.com> | Thu May 10 16:19:16 2018 -0700 |
committer | Gunnar Mills <gmills@us.ibm.com> | Wed May 23 20:35:20 2018 +0000 |
tree | af44daade5c3d3a3f222570a5e2361e1ff3c3ff2 | |
parent | b6aadecd483ebfb56cef9a1979e6a0e9b6f36262 [diff] |
Always call close on fd if file has been opened The previous logic only called close if the file had been opened AND there was a valid inotify watch handle. Even if there is not a watch handle, the file should be closed. Change-Id: I0bfb3a0fac88d5b648790c4e60755e01af6f5bd7 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To clean the repository run `./bootstrap.sh clean`.