]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/bcopy.c
First go at supporting a mount and unmount wrapper for tape devices. Initial cleanup...
[bacula/bacula] / bacula / src / stored / bcopy.c
index c249c6e136baae07d4d5803ef88e23cb2ef5f6cc..5467397f7907d76259ed0da0331db8c8b57d4957 100644 (file)
@@ -102,6 +102,7 @@ int main (int argc, char *argv[])
    init_stack_dump();
 
    my_name_is(argc, argv, "bcopy");
+   lmgr_init_thread();
    init_msg(NULL, NULL);
 
    while ((ch = getopt(argc, argv, "b:c:d:i:o:pvw:?")) != -1) {