only try to add user backup if it doesn't already exist
[debian/amanda] / server-src / infofile.c
index 7454382a2396dc08be891c0f2869c2f8acf39b36..0c4d834d2e5105f7a275a848f9a1b28994d23306 100644 (file)
@@ -32,7 +32,7 @@
 #include "amanda.h"
 #include "conffile.h"
 #include "infofile.h"
-#include "token.h"
+#include "util.h"
 
 static void zero_info(info_t *);
 
@@ -730,8 +730,6 @@ main(
 
   dbopen(DBG_SUBDIR_SERVER);
 
-  malloc_size_1 = malloc_inuse(&malloc_hist_1);
-
   for(i = 1; i < argc; ++i) {
     if(i+1 >= argc) {
       g_fprintf(stderr,_("usage: %s host disk [host disk ...]\n"),argv[0]);