fix the syntax error
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16989 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
437b9348d1
commit
9fdebefca8
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user