mirror of
https://git.openafs.org/openafs.git
synced 2025-01-22 08:50:17 +00:00
cleanup-pioctl-avoid-inadvertantly-setting-new-pags-due-to-gcc-20020726
fix operator precedence bug
This commit is contained in:
parent
9d8ad37ced
commit
07a4570310
@ -1439,7 +1439,7 @@ static PGCPAGs(avc, afun, areq, ain, aout, ainSize, aoutSize, acred)
|
||||
ain += sizeof(afs_int32); /* skip id field */
|
||||
/* rest is cell name, look it up */
|
||||
/* some versions of gcc appear to need != 0 in order to get this right */
|
||||
if (flag & 0x8000 != 0) { /* XXX Use Constant XXX */
|
||||
if ((flag & 0x8000) != 0) { /* XXX Use Constant XXX */
|
||||
flag &= ~0x8000;
|
||||
set_parent_pag = 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user