Browse Source

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

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 14 years ago
parent
commit
00cffae5f9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/net/fcels.c

+ 1
- 1
src/net/fcels.c View File

846
 				     size_t len __unused ) {
846
 				     size_t len __unused ) {
847
 
847
 
848
 	/* Log out individual peer or whole port as applicable */
848
 	/* Log out individual peer or whole port as applicable */
849
-	fc_els_logo_logout ( els, &els->port_id );
849
+	fc_els_logo_logout ( els, &els->peer_port_id );
850
 
850
 
851
 	return 0;
851
 	return 0;
852
 }
852
 }

Loading…
Cancel
Save