1
1
Nathan Hjelm 6611c000c9 Fix coverity warnings
Fix CID 1315271: Constant expression result

The intent of this conditional is to not produce a peruse event for
probe or mprobe requests. Coverity is correct that the expression is
always true. Changed the || to && to fix. Also moved the conditional
within an OMPI_WANT_PERUSE to ensure the conditional is not evaluated
if peruse is disabled.

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
2015-09-28 15:35:25 -06:00
..
2015-06-25 10:04:42 -06:00
2015-06-25 10:04:42 -06:00
2015-06-23 20:59:57 -07:00
2015-09-28 15:35:25 -06:00
2015-06-25 11:21:09 -06:00
2015-06-23 20:59:57 -07:00
2015-06-23 20:59:57 -07:00
2015-06-23 20:59:57 -07:00
2015-09-18 09:54:18 +09:00