From: Eric Bollengier Date: Wed, 6 Sep 2023 09:52:17 +0000 (+0200) Subject: Tweak cats files X-Git-Tag: Beta-15.0.0~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d31953df8446f00ca375a02f7b82c91086ae2d2;p=thirdparty%2Fbacula.git Tweak cats files --- diff --git a/bacula/src/cats/cats.h b/bacula/src/cats/cats.h index 6cbdaeeff..f9049b075 100644 --- a/bacula/src/cats/cats.h +++ b/bacula/src/cats/cats.h @@ -163,13 +163,13 @@ struct JOB_DBR { int PurgedFiles; int HasBase; int Reviewed; /* In list, values are 0 (unset), 1 and 2 */ - char Client[MAX_NAME_LENGTH]; /* Set in db_get_job_record() */ int isVirtualFull; double Rate; double CompressRatio; DBId_t WriteStorageId; DBId_t LastReadStorageId; int Encrypted; + char Client[MAX_NAME_LENGTH]; /* Set in db_get_job_record() */ /* Note, FirstIndex, LastIndex, Start/End File and Block * are only used in the JobMedia record. diff --git a/bacula/src/cats/cats_null.c b/bacula/src/cats/cats_null.c index 7c618898e..93d65d60d 100644 --- a/bacula/src/cats/cats_null.c +++ b/bacula/src/cats/cats_null.c @@ -14,8 +14,7 @@ This notice must be preserved when any source code is conveyed and/or propagated. - Bacula(R) is a registered trademark of Kern Sibbald. -*/ + Bacula(R) is a registered trademark of Kern Sibbald.*/ /* * Null Bacula backend function replaced with the correct one * at install time.