All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cluster-devel] cluster/rgmanager/src/daemons service_op.c
@ 2008-01-16 19:10 lhh
  0 siblings, 0 replies; 2+ messages in thread
From: lhh @ 2008-01-16 19:10 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL5
Changes by:	lhh at sourceware.org	2008-01-16 19:10:29

Modified files:
	rgmanager/src/daemons: service_op.c 

Log message:
	Fix #60 error in #428346 bug

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/service_op.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.2.2.1&r2=1.2.2.2

--- cluster/rgmanager/src/daemons/service_op.c	2007/12/18 17:52:56	1.2.2.1
+++ cluster/rgmanager/src/daemons/service_op.c	2008/01/16 19:10:29	1.2.2.2
@@ -176,7 +176,7 @@
 		msg_ret = msg_receive(&ctx, &msg,
 				      sizeof (SmMessageSt), 10);
 		if ((msg_ret == -1 && errno != ETIMEDOUT) ||
-		    (msg_ret >= 0)) {
+		    (msg_ret > 0)) {
 			break;
 		}
 	} while(1);



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Cluster-devel] cluster/rgmanager/src/daemons service_op.c
@ 2008-01-16 19:10 lhh
  0 siblings, 0 replies; 2+ messages in thread
From: lhh @ 2008-01-16 19:10 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	lhh at sourceware.org	2008-01-16 19:10:54

Modified files:
	rgmanager/src/daemons: service_op.c 

Log message:
	Fix #60 error in #428346 bug

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/service_op.c.diff?cvsroot=cluster&r1=1.2&r2=1.3

--- cluster/rgmanager/src/daemons/service_op.c	2007/12/14 19:37:00	1.2
+++ cluster/rgmanager/src/daemons/service_op.c	2008/01/16 19:10:54	1.3
@@ -176,7 +176,7 @@
 		msg_ret = msg_receive(&ctx, &msg,
 				      sizeof (SmMessageSt), 10);
 		if ((msg_ret == -1 && errno != ETIMEDOUT) ||
-		    (msg_ret >= 0)) {
+		    (msg_ret > 0)) {
 			break;
 		}
 	} while(1);



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-01-16 19:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-16 19:10 [Cluster-devel] cluster/rgmanager/src/daemons service_op.c lhh
  -- strict thread matches above, loose matches on Subject: below --
2008-01-16 19:10 lhh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.