[prev in list] [next in list] [prev in thread] [next in thread] 

List:       bacula-commits
Subject:    [Bacula-commits] git: Bacula branch, Branch-5.1,
From:       "Eric Bollengier" <ricozz () users ! sourceforge ! net>
Date:       2011-02-04 8:53:11
Message-ID: E1PlHPl-0006OQ-H4 () sfp-scmshell-1 ! v30 ! ch3 ! sourceforge ! com
[Download RAW message or body]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Bacula".

The branch, Branch-5.1 has been updated
       via  457986ef6b21ae531d0488020781715481977273 (commit)
      from  92ffe68043b15833b9532cea0d82e5edd3b102cf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 457986ef6b21ae531d0488020781715481977273
Author: Eric Bollengier <eric@eb.homelinux.org>
Date:   Fri Feb 4 09:50:13 2011 +0100

    Fix segfault with print_memory_pool_stats()

-----------------------------------------------------------------------

Summary of changes:
diff --git a/bacula/src/lib/mem_pool.c b/bacula/src/lib/mem_pool.c
index 575b486..117da13 100644
--- a/bacula/src/lib/mem_pool.c
+++ b/bacula/src/lib/mem_pool.c
@@ -435,7 +435,7 @@ void garbage_collect_memory()
 #ifdef DEBUG
 static const char *pool_name(int pool)
 {
-   static const char *name[] = {"NoPool", "NAME  ", "FNAME ", "MSG   ", "EMSG  "};
+   static const char *name[] = {"NoPool", "NAME  ", "FNAME ", "MSG   ", "EMSG  ", "BSOCK "};
    static char buf[30];
 
    if (pool >= 0 && pool <= PM_MAX) {


hooks/post-receive
-- 
Bacula

------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
_______________________________________________
Bacula-commits mailing list
Bacula-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-commits
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic