commit-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Mailutils branch, master, updated. release-2.2-370-gd09b1d7


From: Sergey Poznyakoff
Subject: [SCM] GNU Mailutils branch, master, updated. release-2.2-370-gd09b1d7
Date: Mon, 04 Jul 2011 17:57:33 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mailutils".

http://git.savannah.gnu.org/cgit/mailutils.git/commit/?id=d09b1d73ac69c42280c48e58f1912ce242ca6edc

The branch, master has been updated
       via  d09b1d73ac69c42280c48e58f1912ce242ca6edc (commit)
      from  3bf7604700d714f19863ca00c757baa1ade016b9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d09b1d73ac69c42280c48e58f1912ce242ca6edc
Author: Sergey Poznyakoff <address@hidden>
Date:   Mon Jul 4 20:56:13 2011 +0300

    Minor fix.
    
    * libmailutils/diag/wd.c (mu_wd): Revamp the loop to ensure the proposed
    way of connecting with gdb works in case of a non-zero timeout.

-----------------------------------------------------------------------

Summary of changes:
 libmailutils/diag/wd.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/libmailutils/diag/wd.c b/libmailutils/diag/wd.c
index 0ccfd06..198cacf 100644
--- a/libmailutils/diag/wd.c
+++ b/libmailutils/diag/wd.c
@@ -49,10 +49,9 @@ mu_wd (unsigned to)
   if (to)
     {
       _count_down = to;
-      while (_count_down)
+      while (_count_down--);
        {
          sleep (1);
-         _count_down--;
        }
     }
   else


hooks/post-receive
-- 
GNU Mailutils



reply via email to

[Prev in Thread] Current Thread [Next in Thread]