precedence-20040403

!= has higher precedence than &
This commit is contained in:
Jeffrey Altman 2004-04-03 20:43:15 +00:00 committed by Jeffrey Altman
parent 9e4d68ffba
commit 426f7d6a01

View File

@ -1277,7 +1277,7 @@ ubik_Call_SingleServer(aproc, aclient, aflags, p1, p2, p3, p4, p5, p6, p7, p8,
* calls
*/
if ((code == 0)
&& (aflags & UF_SINGLESERVER != 0)
&& ((aflags & UF_SINGLESERVER) != 0)
) {
/* need to save state */
uServer.ucs_flags = UF_SINGLESERVER;