]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r306528: Fix `sesutil fault` operation.
authormav <mav@FreeBSD.org>
Fri, 7 Oct 2016 01:32:29 +0000 (01:32 +0000)
committermav <mav@FreeBSD.org>
Fri, 7 Oct 2016 01:32:29 +0000 (01:32 +0000)
commit96275c9972c56c9a949db09089da6a6830fc3084
treeebf01d478421311949e8fdf2ef649f30b6f70c37
parentdb8336b3b5dc7d45eade8e5b892602873e104a69
MFC r306528: Fix `sesutil fault` operation.

Fault and ident bits are located in different control bytes, so previous
code was just doing nothing, writing into reserved bit.
usr.sbin/sesutil/sesutil.c