summaryrefslogtreecommitdiffstats
path: root/vmchooser/runImage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vmchooser/runImage.cxx')
-rw-r--r--vmchooser/runImage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmchooser/runImage.cxx b/vmchooser/runImage.cxx
index 4b7c3e5..bed42ac 100644
--- a/vmchooser/runImage.cxx
+++ b/vmchooser/runImage.cxx
@@ -162,7 +162,7 @@ string writeConfXml(DataEntry& dat) {
addScanners(root, (char*)pskript.c_str());
// add hostname and username information
- addInfo(root);
+ addInfo(root, &dat);
srand(time(NULL));