Whamcloud - gitweb
Fix build-breaking thinko
authorpschwan <pschwan>
Thu, 7 Nov 2002 21:26:03 +0000 (21:26 +0000)
committerpschwan <pschwan>
Thu, 7 Nov 2002 21:26:03 +0000 (21:26 +0000)
lustre/ptlrpc/recovd.c

index 9f5d2a2..1520cf9 100644 (file)
@@ -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) {