mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
precedence-20040403
!= has higher precedence than &
This commit is contained in:
parent
9e4d68ffba
commit
426f7d6a01
@ -1277,7 +1277,7 @@ ubik_Call_SingleServer(aproc, aclient, aflags, p1, p2, p3, p4, p5, p6, p7, p8,
|
|||||||
* calls
|
* calls
|
||||||
*/
|
*/
|
||||||
if ((code == 0)
|
if ((code == 0)
|
||||||
&& (aflags & UF_SINGLESERVER != 0)
|
&& ((aflags & UF_SINGLESERVER) != 0)
|
||||||
) {
|
) {
|
||||||
/* need to save state */
|
/* need to save state */
|
||||||
uServer.ucs_flags = UF_SINGLESERVER;
|
uServer.ucs_flags = UF_SINGLESERVER;
|
||||||
|
Loading…
Reference in New Issue
Block a user