From c0888f2a081da02a281847024491f96ffa987301 Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 10 Oct 2013 05:59:01 +0000 Subject: [PATCH] Fix compilation pb caused by previous integration --- src/Launcher/Launcher_Job_Writer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Launcher/Launcher_Job_Writer.cxx b/src/Launcher/Launcher_Job_Writer.cxx index 15ddde1a2..449fa02f7 100644 --- a/src/Launcher/Launcher_Job_Writer.cxx +++ b/src/Launcher/Launcher_Job_Writer.cxx @@ -100,7 +100,7 @@ void Launcher::addToXmlDocument(xmlNodePtr root_node, Launcher::Job* job) xmlNewChild(run_node, NULL, xmlCharStrdup("resource_choosed_name"), xmlCharStrdup(resource_definition.Name.c_str())); #ifdef WITH_LIBBATCH - Batch::JobId job_id = getBatchManagerJobId(); + Batch::JobId job_id = job->getBatchManagerJobId(); xmlNewChild(run_node, NULL, xmlCharStrdup("job_reference"), xmlCharStrdup(job_id.getReference().c_str())); #endif } -- 2.39.2