fix bug 3971, trim othernames variable
This commit is contained in:
parent
90076cd6c1
commit
4b2274ea26
@ -122,6 +122,10 @@ sub build_line
|
||||
my $othernames = shift;
|
||||
my @o_names = ();
|
||||
my @n_names = ();
|
||||
|
||||
# Trim spaces from the beginning and end from $othernames
|
||||
$othernames =~ s/^\s+|\s+$//g;
|
||||
|
||||
if (defined $othernames)
|
||||
{
|
||||
# the "hostnames" attribute can be a list delimited by
|
||||
|
Loading…
Reference in New Issue
Block a user