]> git.sur5r.net Git - bacula/bacula/commitdiff
Add TODO in bvfs
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 8 Mar 2010 14:03:37 +0000 (15:03 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:49:38 +0000 (16:49 +0200)
bacula/src/cats/bvfs.c

index b0951e2aa6afb93a51ac3bd64873c42a507ce84c..20a4578270271f9055c71e931ee11cdc81069fdc 100644 (file)
@@ -672,7 +672,7 @@ bool Bvfs::ls_files()
    if (*pattern) {
       Mmsg(filter, " AND Filename.Name %s '%s' ", SQL_MATCH, pattern);
    }
-
+   /* TODO: Use JobTDate instead of FileId to determine the latest version */
    POOL_MEM query;
    Mmsg(query, //    1              2             3          4
 "SELECT 'F', File.PathId, File.FilenameId, listfiles.Name, File.JobId, "