Skip to content

Commit

Permalink
verify.cc: fix class-memaccess warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz authored and franku committed Nov 5, 2019
1 parent 2663a9d commit 17982fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/dird/verify.cc
Expand Up @@ -614,7 +614,6 @@ void GetAttributesAndCompareToCatalog(JobControlRecord* jcr, JobId_t JobId)
int do_Digest = CRYPTO_DIGEST_NONE;
int32_t file_index = 0;

memset(&fdbr, 0, sizeof(fdbr));
fd = jcr->file_bsock;
fdbr.JobId = JobId;
jcr->FileIndex = 0;
Expand Down

0 comments on commit 17982fd

Please sign in to comment.