From 9fdebefca821791f2a942e5307f333f47651cb17 Mon Sep 17 00:00:00 2001 From: xq2005 Date: Wed, 17 Jul 2013 14:40:30 +0000 Subject: [PATCH] fix the syntax error git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16989 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/kvm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/kvm.pm b/xCAT-server/lib/xcat/plugins/kvm.pm index 33ac70bb1..fc3880957 100644 --- a/xCAT-server/lib/xcat/plugins/kvm.pm +++ b/xCAT-server/lib/xcat/plugins/kvm.pm @@ -1083,7 +1083,7 @@ sub xhrm_satisfy { if ($nicstable) { my $tmp = $nicstable->getNodeAttribs($hyp, ['nicips']); if ($tmp && $tmp->{nicips}){ - $tmp =~ /vl${vlanid}nic!([^,]*)/; + $tmp =~ /vl${vlan}nic!([^,]*)/; $vlanip = $1; } }