From 0797ff747f3a947b8c8545e2fb9bad2f4e22fb13 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 22 Sep 2008 20:01:54 +0000 Subject: [PATCH] -Fix problem where period was not considered a valid character git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2220 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/ipmi.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/ipmi.pm b/xCAT-server/lib/xcat/plugins/ipmi.pm index 59bd0a2d1..e83636996 100644 --- a/xCAT-server/lib/xcat/plugins/ipmi.pm +++ b/xCAT-server/lib/xcat/plugins/ipmi.pm @@ -5182,7 +5182,7 @@ sub getascii { } else { $alpha[$c]=" "; } - if($alpha[$c] !~ /[\/\w\-:\[\]]/) { + if($alpha[$c] !~ /[\/\w\-:\[\.\]]/) { if ($alpha[($c-1)] !~ /\s/) { $alpha[$c] = " "; } else {