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-5.0.2~169 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a0187656dfb3e24e5a6008086854dfdfd9ca6f65;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");