Signed-off-by: Pete Zaitcev <[email protected]>

---
 server/cldu.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 86dbb4a21858ac8b90e169b9dcc281e1abddd767
Author: Pete Zaitcev <[email protected]>
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);
--
To unsubscribe from this list: send the line "unsubscribe hail-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to