From 20ad37e5aabd212eecce8dd5cd0b9b1eaa6026b1 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Wed, 24 May 2017 18:37:38 +0200 Subject: [PATCH] Use FileId in place of Filename --- bacula/src/cats/bvfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/cats/bvfs.h b/bacula/src/cats/bvfs.h index 82403c040d..4ee66528e7 100644 --- a/bacula/src/cats/bvfs.h +++ b/bacula/src/cats/bvfs.h @@ -44,7 +44,7 @@ typedef enum { typedef enum { BVFS_Type = 0, /* Could be D, F, V, L */ BVFS_PathId = 1, - BVFS_FilenameId = 2, + BVFS_FilenameId = 5, BVFS_Name = 2, BVFS_JobId = 3, -- 2.39.5