From 35fab703999d7282fd8fef31eca35cfdc1bfd82d Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 3 Apr 2012 18:55:35 +0000 Subject: [PATCH] Add missing use statement to support the ip lookup checked in previously git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12108 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/blade.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/lib/xcat/plugins/blade.pm b/xCAT-server/lib/xcat/plugins/blade.pm index 8841e27eb..ae6530204 100644 --- a/xCAT-server/lib/xcat/plugins/blade.pm +++ b/xCAT-server/lib/xcat/plugins/blade.pm @@ -16,6 +16,7 @@ use lib "$::XCATROOT/lib/perl"; use xCAT::Table; use Thread qw(yield); use xCAT::Utils; +use xCAT::NetworkUtils; use xCAT::Usage; use IO::Socket; use IO::Pty; #needed for ssh password login