]> git.sur5r.net Git - bacula/bacula/commitdiff
Init lmgr in btape
authorEric Bollengier <eric@eb.homelinux.org>
Fri, 4 Dec 2009 10:38:29 +0000 (11:38 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Fri, 4 Dec 2009 10:38:29 +0000 (11:38 +0100)
bacula/src/stored/btape.c

index ace8d8ffd0cbbc62c703cafe1ef168a2d01516f1..d8cbc56bde203f1c6074cddeb55536427868f187 100644 (file)
@@ -171,6 +171,7 @@ int main(int margc, char *margv[])
    bindtextdomain("bacula", LOCALEDIR);
    textdomain("bacula");
    init_stack_dump();
+   lmgr_init_thread();
 
    /* Sanity checks */
    if (TAPE_BSIZE % B_DEV_BSIZE != 0 || TAPE_BSIZE / B_DEV_BSIZE == 0) {