public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: master - cman: Fix compile warnings in libcman
@ 2009-06-23 10:50 Christine Caulfield
  0 siblings, 0 replies; only message in thread
From: Christine Caulfield @ 2009-06-23 10:50 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=9c9118674780ed3e2f37313839dcf55e7cc3c879
Commit:        9c9118674780ed3e2f37313839dcf55e7cc3c879
Parent:        fa1d88365fd25072f4ec0562d412141d3b3dc1ec
Author:        Christine Caulfield <ccaulfie@redhat.com>
AuthorDate:    Tue Jun 23 11:49:44 2009 +0100
Committer:     Christine Caulfield <ccaulfie@redhat.com>
CommitterDate: Tue Jun 23 11:49:44 2009 +0100

cman: Fix compile warnings in libcman

Signed-off-by: Christine Caulfield <ccaulfie@redhat.com>
---
 cman/services/cman/lib/libcman.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cman/services/cman/lib/libcman.c b/cman/services/cman/lib/libcman.c
index a90f0c2..13c09c4 100644
--- a/cman/services/cman/lib/libcman.c
+++ b/cman/services/cman/lib/libcman.c
@@ -182,8 +182,8 @@ cman_handle_t cman_init (
 
 	cman_inst->privdata = privdata;
 	cman_inst->magic = CMAN_MAGIC;
-	cman_inst->cfg_handle = (corosync_cfg_handle_t)NULL;
-	cman_inst->voteq_handle = (votequorum_handle_t)NULL;
+	cman_inst->cfg_handle = (corosync_cfg_handle_t)0LL;
+	cman_inst->voteq_handle = (votequorum_handle_t)0LL;
 
 	return (void *)cman_inst;
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-23 10:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-23 10:50 cluster: master - cman: Fix compile warnings in libcman Christine Caulfield

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).