[Ocfs2-commits] mfasheh commits r2152 - trunk/fs/ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Apr 20 12:59:05 CDT 2005


Author: mfasheh
Signed-off-by: zab
Date: 2005-04-20 12:59:03 -0500 (Wed, 20 Apr 2005)
New Revision: 2152

Modified:
   trunk/fs/ocfs2/heartbeat.c
Log:
* kill a compile warning

Signed-off-by: zab



Modified: trunk/fs/ocfs2/heartbeat.c
===================================================================
--- trunk/fs/ocfs2/heartbeat.c	2005-04-20 00:44:58 UTC (rev 2151)
+++ trunk/fs/ocfs2/heartbeat.c	2005-04-20 17:59:03 UTC (rev 2152)
@@ -152,7 +152,7 @@
 		return;
 	}
 
-	argv[0] = nm_get_hb_ctl_path();
+	argv[0] = (char *) nm_get_hb_ctl_path();
 	argv[1] = "-K";
 	argv[2] = "-u";
 	argv[3] = osb->uuid_str;



More information about the Ocfs2-commits mailing list