]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/filed/backup.c
Pull compiler warning cleanup code + other from master
[bacula/bacula] / bacula / src / filed / backup.c
index 0f61e0f9dea35671715a5150525fcc45f5d972fc..c4c782a30b481b64e6a6312474ac133a596404d7 100644 (file)
@@ -1320,7 +1320,6 @@ bool encode_and_send_attributes(JCR *jcr, FF_PKT *ff_pkt, int &data_stream)
       ff_pkt->object_compression = 0;
       if (ff_pkt->object_len > 1000) {
          /* Big object, compress it */
-         int stat;
          comp_len = ff_pkt->object_len + 1000;
          POOLMEM *comp_obj = get_memory(comp_len);
          stat = Zdeflate(ff_pkt->object, ff_pkt->object_len, comp_obj, comp_len);