]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/filed/estimate.c
Add new features in plugin
[bacula/bacula] / bacula / src / filed / estimate.c
index 3f9779444bb85532eb1cc8543955b8fd58ec93a0..c48a6f1a0b08374d75feafa31cd4bcaaba5656eb 100644 (file)
@@ -55,8 +55,7 @@ int make_estimate(JCR *jcr)
       set_find_changed_function((FF_PKT *)jcr->ff, accurate_check_file);
    } 
 
-   stat = find_files(jcr, (FF_PKT *)jcr->ff, tally_file, NULL);
-
+   stat = find_files(jcr, (FF_PKT *)jcr->ff, tally_file, plugin_estimate);
    accurate_free(jcr);
    return stat;
 }