don't send close session command till after session priviledge level

has been established
This commit is contained in:
Duncan Laurie 2004-03-26 21:43:52 +00:00
parent e09dc5950c
commit c199b86143

View File

@ -1052,12 +1052,12 @@ ipmi_lan_activate_session(struct ipmi_intf * intf)
if (rc < 0)
goto fail;
intf->abort = 0;
rc = ipmi_set_session_privlvl_cmd(intf);
if (rc < 0)
goto fail;
intf->abort = 0;
return 0;
fail: