mirror of
https://github.com/ipmitool/ipmitool.git
synced 2026-06-22 05:11:38 +00:00
Remove all direct comparisons to 'NULL' for pointers. Replace them with boolean-like 'if (ptr)' and 'if (!ptr)'. This makes conditions shorter and easier to read. Signed-off-by: Alexander Amelkin <alexander@amelkin.msk.ru>