From: Eric Bollengier Date: Sun, 7 Mar 2010 13:53:36 +0000 (+0100) Subject: Fix bug in bvfs_update function, should work much better now X-Git-Tag: Release-7.0.0~2092 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1ac0577ea0c434a9d85f5b6abcd8c017f9d70f6b;p=bacula%2Fbacula Fix bug in bvfs_update function, should work much better now --- diff --git a/bacula/src/cats/bvfs.c b/bacula/src/cats/bvfs.c index 8a71ff5412..af6495ab6b 100644 --- a/bacula/src/cats/bvfs.c +++ b/bacula/src/cats/bvfs.c @@ -412,7 +412,7 @@ void bvfs_update_cache(JCR *jcr, B_DB *mdb) Mmsg(mdb->cmd, "SELECT JobId from Job " - "WHERE HashCache = 0 " + "WHERE HasCache = 0 " "AND Type IN ('B') AND JobStatus IN ('T', 'f', 'A') " "ORDER BY JobId");