summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorMichael Brown2011-06-24 23:49:10 +0200
committerMichael Brown2011-06-28 15:45:01 +0200
commitbf8bfa23e2364793ccdfc32627d8094a74ae87aa (patch)
tree53d20e95786d13330f92b1d1df539d608bcd7bf1 /src/usr
parent[ftp] Remove redundant ftp_data_deliver() method (diff)
downloadipxe-bf8bfa23e2364793ccdfc32627d8094a74ae87aa.tar.gz
ipxe-bf8bfa23e2364793ccdfc32627d8094a74ae87aa.tar.xz
ipxe-bf8bfa23e2364793ccdfc32627d8094a74ae87aa.zip
[fc] Maintain a list of Fibre Channel upper-layer protocol users
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/fcmgmt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr/fcmgmt.c b/src/usr/fcmgmt.c
index 1af723d1..f46c7d6b 100644
--- a/src/usr/fcmgmt.c
+++ b/src/usr/fcmgmt.c
@@ -74,8 +74,7 @@ void fcpeerstat ( struct fc_peer *peer ) {
}
list_for_each_entry ( ulp, &peer->ulps, list ) {
- printf ( " [Type %02x usage %d link:",
- ulp->type, ulp->usage );
+ printf ( " [Type %02x link:", ulp->type );
if ( fc_link_ok ( &ulp->link ) ) {
printf ( " up, params" );
param = ulp->param;