Commit fixes segfault in 'set' sub-command when no IPMI interface is present/available. This is caused by 'intf->session' being used without check whether it's NULL or not which leads to NULL reference in printf().