commit | 95b35524511f1f12f65707ef74d6702220ec36ee | [log] [tgz] |
---|---|---|
author | Yuli Khodorkovskiy <yuli.khodorkovskiy@crunchydata.com> | Wed Oct 24 11:35:19 2018 -0400 |
committer | stephensmalley <sds@tycho.nsa.gov> | Fri Oct 26 09:53:11 2018 -0400 |
tree | f6cfc8876b8cbd77595ea9d42e003ab9a7a0a6b5 | |
parent | 94ebccf534414516b13238e0db76aeeee32f2e4d [diff] |
mcstrans: remove unused getpeercon_raw() call There is a call to getpeercon_raw() in mcstransd, but nothing is done with the context. The purpose of process_request() is to translate a context and we would like that to succeed even if, for some reason, getpeercon_raw() fails. Signed-off-by: Yuli Khodorkovskiy <yuli@crunchydata.com> Signed-off-by: Joshua Brindle <joshua.brindle@crunchydata.com>