From 5160bf59951110881ec3093f61c782ecc2cba323 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 4 Dec 2009 11:38:29 +0100 Subject: [PATCH] Init lmgr in btape --- bacula/src/stored/btape.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bacula/src/stored/btape.c b/bacula/src/stored/btape.c index ace8d8ffd0..d8cbc56bde 100644 --- a/bacula/src/stored/btape.c +++ b/bacula/src/stored/btape.c @@ -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) { -- 2.39.5