git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8976
91ce42f0-d328-0410-95d8-
f526ca767f89
{
const char *rtype;
memset(sessrec, 0, sizeof(sessrec));
+ jcr->JobId = 0;
switch (rec->FileIndex) {
case PRE_LABEL:
rtype = _("Fresh Volume Label");
case SOS_LABEL:
rtype = _("Begin Job Session");
unser_session_label(sessrec, rec);
+ jcr->JobId = sessrec->JobId;
break;
case EOS_LABEL:
rtype = _("End Job Session");
General:
10Jul09
+ebl Print correct JobId in bls, should fix #1331
kes Apply python detect patch from Bastian Friedrich <bastian.friedrich@collax.com>
09Jul09
kes Add --with-hostname to ./configure