int32_t LinkFIc;
- if (*ff_pkt->VerifyOpts) { /* use mtime + ctime checks by default */
+ if (*ff_pkt->VerifyOpts) { /* use mtime + ctime checks by default */
Opts_Digest = ff_pkt->VerifyOpts;
} else {
Opts_Digest = "cm";
memcpy(elt->fname, dir->msg, dir->msglen);
elt->fname[dir->msglen]='\0';
elt->lstat = elt->fname + len + 1;
- elt->seen=0;
+ elt->seen=0;
jcr->file_list->insert(elt->fname, elt);
Dmsg2(500, "add fname=%s lstat=%s\n", elt->fname, elt->lstat);
}
// jcr->file_list->stats();
/* TODO: send a EOM ?
- dir->fsend("2000 OK accurate\n");
+ * dir->fsend("2000 OK accurate\n");
*/
return true;
}
/*
Bacula® - The Network Backup Solution
- Copyright (C) 2000-2007 Free Software Foundation Europe e.V.
+ Copyright (C) 2000-2008 Free Software Foundation Europe e.V.
The main author of Bacula is Kern Sibbald, with contributions from
many others, a complete list can be found in the file AUTHORS.
/*
Bacula® - The Network Backup Solution
- Copyright (C) 2000-2007 Free Software Foundation Europe e.V.
+ Copyright (C) 2000-2008 Free Software Foundation Europe e.V.
The main author of Bacula is Kern Sibbald, with contributions from
many others, a complete list can be found in the file AUTHORS.