Skip to content

Commit

Permalink
ndmp_dma_backup_common.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 67c0bf3 commit b1d986e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/dird/ndmp_dma_backup_common.cc
Expand Up @@ -298,7 +298,6 @@ void NdmpBackupCleanup(JobControlRecord* jcr, int TermCode)
ClientDbRecord cr;

Dmsg2(100, "Enter NdmpBackupCleanup %d %c\n", TermCode, TermCode);
memset(&cr, 0, sizeof(cr));

if (jcr->is_JobStatus(JS_Terminated) &&
(jcr->JobErrors || jcr->SDErrors || jcr->JobWarnings)) {
Expand Down

0 comments on commit b1d986e

Please sign in to comment.