* [Patch 4/7] tabled: use proper boolean name
@ 2010-04-02 1:51 Pete Zaitcev
0 siblings, 0 replies; only message in thread
From: Pete Zaitcev @ 2010-04-02 1:51 UTC (permalink / raw)
To: Jeff Garzik; +Cc: Project Hail List
Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
---
server/cldu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 86dbb4a21858ac8b90e169b9dcc281e1abddd767
Author: Pete Zaitcev <zaitcev@yahoo.com>
Date: Thu Apr 1 19:11:44 2010 -0600
Use `true'.
diff --git a/server/cldu.c b/server/cldu.c
index fadc3d8..5b50a27 100644
--- a/server/cldu.c
+++ b/server/cldu.c
@@ -159,7 +159,7 @@ static void cldu_tm_rescan(int fd, short events, void *userdata)
if (sp->is_dead) {
ncld_sess_close(sp->nsp);
sp->nsp = NULL;
- sp->is_dead = 0;
+ sp->is_dead = false;
newactive = cldu_nextactive(sp);
if (cldu_set_cldc(sp, newactive)) {
evtimer_add(&sp->tm_rescan, &cldu_rescan_delay);
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-04-02 1:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-02 1:51 [Patch 4/7] tabled: use proper boolean name Pete Zaitcev
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.