mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 20:40:25 +03:00
[fc] Log out correct port ID after a successful LOGO request
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -846,7 +846,7 @@ static int fc_els_logo_rx_response ( struct fc_els *els, void *data __unused,
|
|||||||
size_t len __unused ) {
|
size_t len __unused ) {
|
||||||
|
|
||||||
/* Log out individual peer or whole port as applicable */
|
/* 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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user