]> git.sur5r.net Git - bacula/bacula/commitdiff
Move sbreak into to top of dird.c
authorKern Sibbald <kern@sibbald.com>
Thu, 10 May 2007 16:51:52 +0000 (16:51 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 10 May 2007 16:51:52 +0000 (16:51 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4740 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/dird/dird.c
bacula/technotes-2.1

index 2f055701533a72befcbe4a878eab4c65da31980e..9cdab0fb86320ba800712c806228b2cf89f74837 100644 (file)
@@ -128,12 +128,12 @@ int main (int argc, char *argv[])
    char *uid = NULL;
    char *gid = NULL;
 
+   start_heap = sbrk(0);
    setlocale(LC_ALL, "");
    bindtextdomain("bacula", LOCALEDIR);
    textdomain("bacula");
 
    init_stack_dump();
-   start_heap = sbrk(0);
    my_name_is(argc, argv, "bacula-dir");
    init_msg(NULL, NULL);              /* initialize message handler */
    init_reload();
index 6bd6f7bfac91ddccc9b614316f1e90caebed5793..f007b39e2d1b1104fda9f0af788c887e8bdbe0cd 100644 (file)
@@ -2,6 +2,8 @@
 
 General:
 10May07
+kes  If time diff between DIR and FD is more than 600 seconds convert
+     INFO message to WARNING.
 kes  Implement heap size display in status for all daemons.
 kes  Attempt to fix MySQL db open memory loss (not successfull).
 kes  Don't set SIGKILL and SIGSTOP neither can be trapped.