Send Linux-ha-cvs mailing list submissions to
[email protected]
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: heartbeat by lars from
([email protected])
----------------------------------------------------------------------
Message: 1
Date: Sat, 8 Apr 2006 05:07:27 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: heartbeat by lars from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : lars
Host :
Project : linux-ha
Module : heartbeat
Dir : linux-ha/heartbeat
Modified Files:
findif.c
Log Message:
CID 37: Forgot to initialize the variable.
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/heartbeat/findif.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -3 -r1.56 -r1.57
--- findif.c 7 Apr 2006 13:03:47 -0000 1.56
+++ findif.c 8 Apr 2006 11:07:26 -0000 1.57
@@ -1,4 +1,4 @@
-/* $Id: findif.c,v 1.56 2006/04/07 13:03:47 lars Exp $ */
+/* $Id: findif.c,v 1.57 2006/04/08 11:07:26 lars Exp $ */
/*
* findif.c: Finds an interface which can route a given address
*
@@ -548,7 +548,7 @@
get_first_loopback_netdev(char * output)
{
char buf[512];
- FILE * fd;
+ FILE * fd = NULL;
char *rc = NULL;
if (!output) {
@@ -903,6 +903,9 @@
/*
* $Log: findif.c,v $
+ * Revision 1.57 2006/04/08 11:07:26 lars
+ * CID 37: Forgot to initialize the variable.
+ *
* Revision 1.56 2006/04/07 13:03:47 lars
* CID 19: RESOURCE_LEAK in error leg.
*
------------------------------
_______________________________________________
Linux-ha-cvs mailing list
[email protected]
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
End of Linux-ha-cvs Digest, Vol 29, Issue 40
********************************************