[Ocfs2-commits] manish commits r1157 - trunk/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Jun 21 12:42:10 CDT 2004


Author: manish
Date: 2004-06-21 11:42:08 -0500 (Mon, 21 Jun 2004)
New Revision: 1157

Modified:
   trunk/src/vote.c
Log:
Ditch unnecessary initialization


Modified: trunk/src/vote.c
===================================================================
--- trunk/src/vote.c	2004-06-20 08:35:20 UTC (rev 1156)
+++ trunk/src/vote.c	2004-06-21 16:42:08 UTC (rev 1157)
@@ -309,7 +309,7 @@
 	ocfs_dlm_msg *send_dlm_msg;
 	ocfs_vote_obj *obj;
 	int status = 0;
-	__u8 *buf = NULL;
+	__u8 *buf;
 	__u32 msg_len, obj_len;
 	ocfs_node_map vote_map;
 



More information about the Ocfs2-commits mailing list