Bryan Kadzban <[EMAIL PROTECTED]> writes:

> The check "(ret_flags && GSS_C_DELEG_FLAG)" looks extremely wrong.
> GSS_C_DELEG_FLAGS is a bitmask, and should not be logically compared
> against anything (since it will always be logical true).  ret_flags is a
> pointer, and its value should not be bitwise compared against anything,
> either.

Thanks!  I'm checking with upstream just to be sure, but this looks
correct to me.

-- 
Russ Allbery ([EMAIL PROTECTED])               <http://www.eyrie.org/~eagle/>



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to