From: pschwan Date: Thu, 7 Nov 2002 21:26:03 +0000 (+0000) Subject: Fix build-breaking thinko X-Git-Tag: 0.5.17~54 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=e7d5785c52dfcfa9aedd3f967a12a35ecade9fc2;p=fs%2Flustre-release.git Fix build-breaking thinko --- diff --git a/lustre/ptlrpc/recovd.c b/lustre/ptlrpc/recovd.c index 9f5d2a2..1520cf9 100644 --- a/lustre/ptlrpc/recovd.c +++ b/lustre/ptlrpc/recovd.c @@ -125,8 +125,8 @@ void recovd_conn_fail(struct ptlrpc_connection *conn) } CERROR("connection %p to %s failed\n", conn, conn->c_remote_uuid); - CERROR("peer is %08x %08lx %08lx\n", conn->c_peer->peer_nid, - conn->c_peer->peer_ni.nal_idx, conn->c_peer->peer_ni.handle_idx); + CERROR("peer is %08x %08lx %08lx\n", conn->c_peer.peer_nid, + conn->c_peer.peer_ni.nal_idx, conn->c_peer.peer_ni.handle_idx); list_del(&rd->rd_managed_chain); list_add_tail(&rd->rd_managed_chain, &recovd->recovd_troubled_items); if (rd->rd_phase != RD_IDLE) {