git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6389
91ce42f0-d328-0410-95d8-
f526ca767f89
jcr->verify_job = rc.verify_job;
jcr->previous_job = rc.previous_job;
jcr->pool = rc.pool;
+ if (jcr->pool != jcr->job->pool) {
+ pm_strcpy(jcr->pool_source, _("User input"));
+ }
set_rwstorage(jcr, rc.store);
jcr->client = rc.client;
pm_strcpy(jcr->client_name, rc.client->name());
Technical notes on version 2.3
General:
+10Feb08
+ebl Fix #1031 about wrong pool source information in job report.
09Feb08
kes Fix Win32 build.
kes Remove a redundant jcr argument to find_files, match_files, and