From 45625279de6b48044536adae48fe38052032964c Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 17 Sep 2009 21:23:54 +0200 Subject: [PATCH] Fix typo that prevented older SD from working with DIR --- bacula/src/stored/job.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/stored/job.c b/bacula/src/stored/job.c index a69051ea93..591dc6fa4e 100644 --- a/bacula/src/stored/job.c +++ b/bacula/src/stored/job.c @@ -103,7 +103,7 @@ bool job_cmd(JCR *jcr) &Resched); if (stat != 15) { /* Try old version */ - stat = sscanf(dir->msg, jobcmd, &JobId, job.c_str(), job_name.c_str(), + stat = sscanf(dir->msg, oldjobcmd, &JobId, job.c_str(), job_name.c_str(), client_name.c_str(), &JobType, &level, fileset_name.c_str(), &no_attributes, &spool_attributes, fileset_md5.c_str(), &spool_data, -- 2.39.5