epid is used on systems where LOCAL_PEERCRED isn't defined
Open
- Dominant language
- C++
- Stars
- 13.7k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
Here https://github.com/facebook/watchman/blob/master/stream_unix.cpp#L105 epid is only defined when ```LOCAL_PEERCRED``` is defined.
But here https://github.com/facebook/watchman/blob/master/stream_unix.cpp#L133 they are both used unconditionally.
Contributor guide
Assessment
This issue has not been assessed yet.