On 6/5/23 00:51, Himanshu Chauhan wrote:
+            ret = ((privs & *allowed_privs) == privs ? true : false);

Never convert bool to bool in this way.


r~

Reply via email to