public inbox for hail-devel@vger.kernel.org
 help / color / mirror / Atom feed
From: Pete Zaitcev <zaitcev@redhat.com>
To: Jeff Garzik <jeff@garzik.org>
Cc: Project Hail List <hail-devel@vger.kernel.org>
Subject: [Patch 4/7] tabled: use proper boolean name
Date: Thu, 1 Apr 2010 19:51:33 -0600	[thread overview]
Message-ID: <20100401195133.74ed1508@redhat.com> (raw)

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);

                 reply	other threads:[~2010-04-02  1:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100401195133.74ed1508@redhat.com \
    --to=zaitcev@redhat.com \
    --cc=hail-devel@vger.kernel.org \
    --cc=jeff@garzik.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox