]> git.sur5r.net Git - bacula/bacula/commitdiff
Change store_bit() to store_bool() for the Spooling in
authorKern Sibbald <kern@sibbald.com>
Sun, 16 Apr 2006 17:36:01 +0000 (17:36 +0000)
committerKern Sibbald <kern@sibbald.com>
Sun, 16 Apr 2006 17:36:01 +0000 (17:36 +0000)
  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
bacula/src/dird/dird_conf.c
bacula/src/version.h

index ebe84f810029a7b470fcc33f17e0011861fa2655..eb3ca80ca254b80d6301e06c5a45ad8489ad48ba 100644 (file)
@@ -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
index 1a798566796a36e3d3aa96cb20bd6ad585e5265c..1ce92662d8513f0e1e8c86141b7be577974508c4 100644 (file)
@@ -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},
index 2ce2bf52ee8c1591d462eddeed7ffb6387f388c9..7c2a5bad98cabc868cd6f568aadc67b0152ceef1 100644 (file)
@@ -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