Whamcloud - gitweb
LU-7734 lnet: configure peers from DLC
[fs/lustre-release.git] / lnet / lnet / router.c
index 252a548..ad97f6c 100644 (file)
@@ -1763,7 +1763,7 @@ lnet_notify(lnet_ni_t *ni, lnet_nid_t nid, int alive, cfs_time_t when)
                return -ESHUTDOWN;
        }
 
-       lp = lnet_find_peer_ni_locked(nid, cpt);
+       lp = lnet_find_peer_ni_locked(nid);
        if (lp == NULL) {
                /* nid not found */
                lnet_net_unlock(cpt);