mirror of
https://github.com/ipmitool/ipmitool.git
synced 2026-01-22 06:12:19 +08:00
In multiple places throughout ipmi_user.c a user id mask was used as a magic number, in some places the mask was wrong. This commit replaces all those magic numbers with a single IPMI_UID() macro. Resolves ipmitool/ipmitool#6