From cb09f3c490205bb6a071435d3c86823db660bb6a Mon Sep 17 00:00:00 2001 From: adilger Date: Thu, 1 Apr 2004 12:04:48 +0000 Subject: [PATCH] Minor changes to sync b1_2 with HEAD that shouldn't affect anything. --- lustre/utils/lconf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lustre/utils/lconf b/lustre/utils/lconf index ac22336..2b3f0e2 100755 --- a/lustre/utils/lconf +++ b/lustre/utils/lconf @@ -1113,8 +1113,7 @@ class Network(Module): panic("unable to set hostaddr for", self.net_type, self.hostaddr, self.cluster_id) debug("hostaddr:", self.hostaddr) - self.add_portals_module("libcfs", 'libcfs') - self.add_portals_module("portals", 'portals') + self.add_portals_module("libcfs", 'portals') if node_needs_router(): self.add_portals_module("router", 'kptlrouter') if self.net_type == 'tcp': -- 1.8.3.1