Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/stored/sd_plugins.cc')
-rw-r--r--core/src/stored/sd_plugins.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/stored/sd_plugins.cc b/core/src/stored/sd_plugins.cc
index 943ba9480..4b01a6a72 100644
--- a/core/src/stored/sd_plugins.cc
+++ b/core/src/stored/sd_plugins.cc
@@ -738,7 +738,7 @@ static bRC bareosGetValue(PluginContext* ctx, bsdrVariable var, void* value)
case bsdVarJobStatus:
*((int*)value) = jcr->JobStatus;
Dmsg1(debuglevel, "sd-plugin: return bsdVarJobStatus=%c\n",
- jcr->JobStatus);
+ jcr->getJobStatus());
break;
case bsdVarVolumeName:
if (jcr->impl->dcr) {