From c97d39942f976f3044d6238828a79814d2e1f434 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 16 Apr 2006 17:36:01 +0000 Subject: [PATCH] Change store_bit() to store_bool() for the Spooling in dird_conf.c -- bug reported by Robert Nelson. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2930 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/kes-1.39 | 3 +++ bacula/src/dird/dird_conf.c | 2 +- bacula/src/version.h | 6 +++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/bacula/kes-1.39 b/bacula/kes-1.39 index ebe84f8100..eb3ca80ca2 100644 --- a/bacula/kes-1.39 +++ b/bacula/kes-1.39 @@ -2,6 +2,9 @@ Kern Sibbald General: +16Apr06 +- Change store_bit() to store_bool() for the Spooling in + dird_conf.c -- bug reported by Robert Nelson. 15Apr06 - Correct Makefile bug found by Dan Langille. 14Apr06 diff --git a/bacula/src/dird/dird_conf.c b/bacula/src/dird/dird_conf.c index 1a79856679..1ce92662d8 100644 --- a/bacula/src/dird/dird_conf.c +++ b/bacula/src/dird/dird_conf.c @@ -263,7 +263,7 @@ RES_ITEM job_items[] = { {"prunevolumes",store_bool, ITEM(res_job.PruneVolumes), 0, ITEM_DEFAULT, false}, {"enabled", store_bool, ITEM(res_job.enabled), 0, ITEM_DEFAULT, true}, {"spoolattributes",store_bool, ITEM(res_job.SpoolAttributes), 0, ITEM_DEFAULT, false}, - {"spooldata", store_bit, ITEM(res_job.spool_data), 0, ITEM_DEFAULT, false}, + {"spooldata", store_bool, ITEM(res_job.spool_data), 0, ITEM_DEFAULT, false}, {"rerunfailedlevels", store_bool, ITEM(res_job.rerun_failed_levels), 0, ITEM_DEFAULT, false}, {"prefermountedvolumes", store_bool, ITEM(res_job.PreferMountedVolumes), 0, ITEM_DEFAULT, true}, {"runbeforejob", store_str, ITEM(res_job.RunBeforeJob), 0, 0, 0}, diff --git a/bacula/src/version.h b/bacula/src/version.h index 2ce2bf52ee..7c2a5bad98 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -3,9 +3,9 @@ */ #undef VERSION -#define VERSION "1.39.7" -#define BDATE "11 April 2006" -#define LSMDATE "11Apr06" +#define VERSION "1.39.8" +#define BDATE "16 April 2006" +#define LSMDATE "16Apr06" /* Debug flags */ #undef DEBUG -- 2.39.5