Send Linux-ha-cvs mailing list submissions to
        linux-ha-cvs@lists.linux-ha.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Linux-ha-cvs digest..."


Today's Topics:

   1. Linux-HA CVS: lib by lars from  (linux-ha-cvs@lists.linux-ha.org)
   2. Linux-HA CVS: resources by panjiam from 
      (linux-ha-cvs@lists.linux-ha.org)


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

Message: 1
Date: Thu, 20 Jul 2006 12:27:26 -0600 (MDT)
From: linux-ha-cvs@lists.linux-ha.org
Subject: [Linux-ha-cvs] Linux-HA CVS: lib by lars from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : lars
Host    : 
Project : linux-ha
Module  : lib

Dir     : linux-ha/lib/clplumbing


Modified Files:
        cl_msg_types.c 


Log Message:
Now that we actually fixed the memory leak BEAM had pointed out months
ago, we might as well remove the comment to make BEAM shut up ;-)

===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/lib/clplumbing/cl_msg_types.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -3 -r1.38 -r1.39
--- cl_msg_types.c      10 Jul 2006 19:09:57 -0000      1.38
+++ cl_msg_types.c      20 Jul 2006 18:27:25 -0000      1.39
@@ -1654,10 +1654,7 @@
                return HA_FAIL;
        }
        
-       /* BEAM think this is a memory leak, but actually it is handle nicely
-        * in cl_msg_replace: old value is freed and new value is saved
-        */
-       err = cl_msg_replace(msg, index, (char*)msgfield, 0, FT_UNCOMPRESS);/* 
resource leak */
+       err = cl_msg_replace(msg, index, (char*)msgfield, 0, FT_UNCOMPRESS);
 
        ha_msg_del(msgfield);
        




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

Message: 2
Date: Fri, 21 Jul 2006 02:19:55 -0600 (MDT)
From: linux-ha-cvs@lists.linux-ha.org
Subject: [Linux-ha-cvs] Linux-HA CVS: resources by panjiam from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : panjiam
Host    : 
Project : linux-ha
Module  : resources

Dir     : linux-ha/resources/OCF


Modified Files:
        IPaddr2.in 


Log Message:
/sbin/ip is not packaged in iputils
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/resources/OCF/IPaddr2.in,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- IPaddr2.in  4 Jul 2006 14:59:48 -0000       1.21
+++ IPaddr2.in  21 Jul 2006 08:19:54 -0000      1.22
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $Id: IPaddr2.in,v 1.21 2006/07/04 14:59:48 lars Exp $
+#      $Id: IPaddr2.in,v 1.22 2006/07/21 08:19:54 panjiam Exp $
 #
 #       OCF Resource Agent compliant IPaddr2 script.
 #
@@ -257,7 +257,7 @@
        fi
        
        if [ ! -x "$IP2UTIL" ]; then
-               ocf_log err "iputils not installed."
+               ocf_log err "$IP2UTIL not found."
                exit $OCF_ERR_INSTALLED
        fi
        




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

_______________________________________________
Linux-ha-cvs mailing list
Linux-ha-cvs@lists.linux-ha.org
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs


End of Linux-ha-cvs Digest, Vol 32, Issue 63
********************************************

Reply via email to