From 2bf09e3e76facc64963f175cff0e424d6babce9c Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 9 Dec 2008 20:51:37 +0000 Subject: [PATCH] -Fix passing of port argument git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2537 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/blade.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/blade.pm b/xCAT-server/lib/xcat/plugins/blade.pm index 0d880fb5c..8d4f3a7fe 100644 --- a/xCAT-server/lib/xcat/plugins/blade.pm +++ b/xCAT-server/lib/xcat/plugins/blade.pm @@ -2675,7 +2675,7 @@ sub dompa { push(@output,"slot:$slot"); push(@output,"fwrev:$fwrev"); if ($port) { - push(@output,"ba:$ba"); + push(@output,"port:$port"); } if ($ba) { push(@output,"ba:$ba");