]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak fix compiler warning
authorKern Sibbald <kern@sibbald.com>
Wed, 18 May 2016 12:24:15 +0000 (14:24 +0200)
committerKern Sibbald <kern@sibbald.com>
Tue, 31 May 2016 06:26:38 +0000 (08:26 +0200)
bacula/src/jcr.h

index f8bf739c548efdfba77ad3305b1284f3c24e91c8..8ac46c2f5168045a87a02a15cfa5b1381bf0afa2 100644 (file)
@@ -368,7 +368,7 @@ public:
    POOLMEM *wstore_source;            /* Where write storage came from */
    POOLMEM *catalog_source;           /* Where catalog came from */
    POOLMEM *next_vol_list;            /* Volumes previously requested */
-   uint32_t replace;                  /* Replace option */
+   int32_t replace;                   /* Replace option */
    int32_t NumVols;                   /* Number of Volume used in pool */
    int32_t reschedule_count;          /* Number of times rescheduled */
    int32_t FDVersion;                 /* File daemon version number */