mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-01 10:25:33 +00:00
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user