git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8631 
91ce42f0-d328-0410-95d8-
f526ca767f89
 
          Dmsg1(dbglvl, "Save_file: file=%s\n", ff_pkt->fname);
          save_file(jcr, ff_pkt, true);
          bRC rc = plug_func(plugin)->endBackupFile(jcr->plugin_ctx);
+         if (rc == bRC_More || rc == bRC_OK) {
+            accurate_mark_file_as_seen(jcr, ff_pkt->fname);
+         }
          if (rc == bRC_More) {
             continue;
          }
 
           
 General:
 28Mar09
+kes  Directly mark all files saved by plugin as being seen for Accurate.
 kes  Add checks on the plugin version and the plugin license. Currently
      only implemented for FD plugins.
 kes  Add installation of /usr/share/doc/bacula-VERSION