From dbe749ea4435b75ef3afc327381218f24b69b890 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 6 Oct 2008 07:37:26 +0000 Subject: [PATCH] Copy plugin link field into ffpkt. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7718 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/filed/fd_plugins.c | 1 + bacula/src/version.h | 4 ++-- bacula/technotes-2.5 | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bacula/src/filed/fd_plugins.c b/bacula/src/filed/fd_plugins.c index d88960c5b3..f75b51d7b9 100644 --- a/bacula/src/filed/fd_plugins.c +++ b/bacula/src/filed/fd_plugins.c @@ -193,6 +193,7 @@ int plugin_save(JCR *jcr, FF_PKT *ff_pkt, bool top_level) jcr->plugin_sp = &sp; ff_pkt = jcr->ff; ff_pkt->fname = sp.fname; + ff_pkt->link = sp.link; ff_pkt->type = sp.type; memcpy(&ff_pkt->statp, &sp.statp, sizeof(ff_pkt->statp)); Dmsg1(dbglvl, "Save_file: file=%s\n", ff_pkt->fname); diff --git a/bacula/src/version.h b/bacula/src/version.h index ad960d9424..ecaf2a7119 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -4,8 +4,8 @@ #undef VERSION #define VERSION "2.5.12" -#define BDATE "05 October 2008" -#define LSMDATE "05Oct08" +#define BDATE "06 October 2008" +#define LSMDATE "06Oct08" #define PROG_COPYRIGHT "Copyright (C) %d-2008 Free Software Foundation Europe e.V.\n" #define BYEAR "2008" /* year for copyright messages in progs */ diff --git a/bacula/technotes-2.5 b/bacula/technotes-2.5 index 6cdac4177a..6de0539a33 100644 --- a/bacula/technotes-2.5 +++ b/bacula/technotes-2.5 @@ -17,6 +17,8 @@ dbdriver remove reader/writer in FOPTS???? General: +06Oct08 +kes Copy plugin link field into ffpkt. 05Oct08 kes Integrate patch from Kjetil Torgrim Homme It provides FileRegex in bsr files and code to collect regex -- 2.39.5