From: Kern Sibbald Date: Thu, 17 Sep 2009 19:23:54 +0000 (+0200) Subject: Fix typo that prevented older SD from working with DIR X-Git-Tag: Release-5.0.0~300^2~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9998c895c627a42ae71a4b5afe2e46a85c6145cc;p=bacula%2Fbacula Fix typo that prevented older SD from working with DIR --- 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,