]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/catreq.c
Fix update MD5 failure bug reported by Peter Keller
[bacula/bacula] / bacula / src / dird / catreq.c
index b871bdd5eaefffc583785432122601f62ed6f5f0..d7341adeb4eb4741be0072d3618840662948ce25 100644 (file)
@@ -576,7 +576,6 @@ static void update_attribute(JCR *jcr, char *msg, int32_t msglen)
       /* Send it */
       if (!db_create_restore_object_record(jcr, jcr->db, &ro)) {
          Jmsg1(jcr, M_FATAL, 0, _("Restore object create error. %s"), db_strerror(jcr->db));
-         jcr->cached_attribute = false;
       }
 
    } else if (crypto_digest_stream_type(Stream) != CRYPTO_DIGEST_NONE) {