From: Eric Bollengier Date: Sat, 23 Feb 2008 18:16:30 +0000 (+0000) Subject: ebl Make all postgresql regress script ok X-Git-Tag: Release-3.0.0~1816 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8fc7a37e7af8bf106db1ea7cf43252bd8eb30943;p=bacula%2Fbacula ebl Make all postgresql regress script ok git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6473 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/patches/testing/project-accurate-backup.patch2 b/bacula/patches/testing/project-accurate-backup.patch2 index e90ae5a0ba..19f438ee27 100644 --- a/bacula/patches/testing/project-accurate-backup.patch2 +++ b/bacula/patches/testing/project-accurate-backup.patch2 @@ -1011,9 +1011,9 @@ Index: src/findlib/find_one.c + ((ff_pkt->flags & FO_MTIMEONLY) || + ff_pkt->statp.st_ctime < ff_pkt->save_time))) + { -+ return true; -+ } else { + return false; ++ } else { ++ return true; + } +} +