From: Eric Bollengier Date: Mon, 28 Apr 2008 19:42:25 +0000 (+0000) Subject: ebl cleanup X-Git-Tag: Release-3.0.0~1529 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=044e73d86a759754a4a8116f9673f0ecb4ccf93a;p=bacula%2Fbacula ebl cleanup git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6854 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/filed/accurate.c b/bacula/src/filed/accurate.c index 83adff65d1..2f076a64b7 100644 --- a/bacula/src/filed/accurate.c +++ b/bacula/src/filed/accurate.c @@ -141,7 +141,7 @@ bool accurate_send_deleted_list(JCR *jcr) key, strlen(key)+1, &elt, sizeof(CurFile)) != -1) { - if (!elt.seen) { + if (!elt.seen) { /* already seen */ ff_pkt->fname = key; ff_pkt->statp.st_mtime = elt.mtime; ff_pkt->statp.st_ctime = elt.ctime; @@ -249,7 +249,7 @@ bail_out: return true; } -#endif +#endif /* common code */ static bool accurate_add_file(JCR *jcr, char *fname, char *lstat) { @@ -353,7 +353,6 @@ int accurate_cmd(JCR *jcr) dir->fsend(_("2991 Bad accurate command\n")); return false; } - Dmsg2(dbglvl, "nb=%d msg=%s\n", nb, dir->msg); accurate_init(jcr, nb);