]> git.sur5r.net Git - bacula/bacula/commitdiff
update tools with lmgr
authorEric Bollengier <eric@eb.homelinux.org>
Sat, 24 Oct 2009 09:56:27 +0000 (11:56 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Sat, 24 Oct 2009 10:00:06 +0000 (12:00 +0200)
bacula/src/stored/bcopy.c
bacula/src/tools/testfind.c
bacula/src/tools/testls.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) {
index 5df537689ccad733b8aafeac3991847e836ce0bd..35cccba2b06e11b0d3246767e82166e605302a06 100644 (file)
@@ -99,6 +99,7 @@ main (int argc, char *const *argv)
    setlocale(LC_ALL, "");
    bindtextdomain("bacula", LOCALEDIR);
    textdomain("bacula");
+   lmgr_init_thread();
 
    while ((ch = getopt(argc, argv, "ac:d:f:?")) != -1) {
       switch (ch) {
index c2765509ba4e3397a7e66ad8e8c82f970dc09dfb..e9751e596ee82bd84294bcd6a5d7a301be72f00a 100644 (file)
@@ -88,6 +88,7 @@ main (int argc, char *const *argv)
    setlocale(LC_ALL, "");
    bindtextdomain("bacula", LOCALEDIR);
    textdomain("bacula");
+   lmgr_init_thread();
 
    while ((ch = getopt(argc, argv, "ad:e:i:?")) != -1) {
       switch (ch) {