[fc] Log out correct port ID after a successful LOGO request

Signed-off-by: Michael Brown <mcb30@ipxe.org>
pull/1/head
Michael Brown 2010-11-05 04:18:17 +00:00
parent 90930be8fe
commit 00cffae5f9
1 changed files with 1 additions and 1 deletions

View File

@ -846,7 +846,7 @@ static int fc_els_logo_rx_response ( struct fc_els *els, void *data __unused,
size_t len __unused ) {
/* Log out individual peer or whole port as applicable */
fc_els_logo_logout ( els, &els->port_id );
fc_els_logo_logout ( els, &els->peer_port_id );
return 0;
}