]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/findlib/find.c
Add Raw file save/restore
[bacula/bacula] / bacula / src / findlib / find.c
index 06f85ae800fbe14667c99642951fd22c6f17cd5a..afc1097d25a9013a5564972a72f33c11dd94f2d1 100644 (file)
@@ -5,7 +5,7 @@
  *  Kern E. Sibbald, MM
  */
 /*
-   Copyright (C) 2000, 2001, 2002 Kern Sibbald and John Walker
+   Copyright (C) 2000-2003 Kern Sibbald and John Walker
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
@@ -133,8 +133,8 @@ void
 term_find_files(FF_PKT *ff)
 {
   term_include_exclude_files(ff);
-  term_find_one(ff);
   free_pool_memory(ff->sys_fname);
+  term_find_one(ff);
   free(ff);
   return;
 }