Imported Upstream version 2.6.0p1
[debian/amanda] / tape-src / tapetype.c
index 26077b1d90f156af2dd4e2bb99dedd8ee519ca6b..012840117e0ba92d22ce244966666afebfd50d30 100644 (file)
@@ -30,6 +30,7 @@
  * tests a tape in a given tape unit and prints a tapetype entry for
  * it.  */
 #include "amanda.h"
+#include "conffile.h"
 
 #include "tapeio.h"
 
@@ -387,6 +388,8 @@ main(
   setlocale(LC_MESSAGES, "C");
   textdomain("amanda"); 
 
+  config_init(0, NULL);
+
   if ((sProgName = strrchr(*argv, '/')) == NULL) {
     sProgName = *argv;
   } else {