put a line between stanzas
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3361 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
4939b7f2c4
commit
4a4aaab41b
@ -408,6 +408,9 @@ sub getNodeinfo
|
||||
$xcatline = "";
|
||||
}
|
||||
}
|
||||
$xcatline = "\n";
|
||||
write_stanza($xcatline);
|
||||
$xcatline = "";
|
||||
}
|
||||
|
||||
close(STANZA);
|
||||
@ -548,6 +551,9 @@ sub getDevinfo
|
||||
$xcatline = "";
|
||||
}
|
||||
}
|
||||
$xcatline = "\n";
|
||||
write_stanza($xcatline);
|
||||
$xcatline = "";
|
||||
}
|
||||
close(STANZA);
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user