mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
Type-casting does not the right thing if used the way it used to be. The function arguments have not been uint32_t's, but the type cast made the calling routine believe so. Not good... The assignment xxx=account_policy_temp does however type-convert properly, potentially cutting off the top-bits.