]> git.sur5r.net Git - bacula/bacula/commitdiff
Copy plugin link field into ffpkt.
authorKern Sibbald <kern@sibbald.com>
Mon, 6 Oct 2008 07:37:26 +0000 (07:37 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 6 Oct 2008 07:37:26 +0000 (07:37 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7718 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/filed/fd_plugins.c
bacula/src/version.h
bacula/technotes-2.5

index d88960c5b3b5898464db0d1eda3d69eecdb73e29..f75b51d7b937f3aebad638d95260fc62d8d71711 100644 (file)
@@ -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);
index ad960d94242f82416dde42b7b8849e453a432c6d..ecaf2a7119ff4b662edee7c58e297da8486aefb3 100644 (file)
@@ -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 */
index 6cdac4177a4b5df50271058698d137ce539ab912..6de0539a33bb4e3872dad5a6566dc6caaaed8dd2 100644 (file)
@@ -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 <kjetilho@linpro.no>
      It provides FileRegex in bsr files and code to collect regex