Commit fixes segafult in ipmi_sol_payload_access_status in 'lib/ipmi_sol.c' when no response is received. This is caused by passing NULL to lprintf() as parameter, resp. accessing response data that aren't there. Reported by: Ales Ledvinka