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-119-gdf67a45


From: Sergey Poznyakoff
Subject: [SCM] GNU Mailutils branch, master, updated. release-2.2-119-gdf67a45
Date: Tue, 05 Oct 2010 08:27:30 +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=df67a458159e4bbfcfd59248091182e55aaa0a9a

The branch, master has been updated
       via  df67a458159e4bbfcfd59248091182e55aaa0a9a (commit)
      from  271d62e93d6dc12f80d785d680df34cc35fddd90 (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 df67a458159e4bbfcfd59248091182e55aaa0a9a
Author: Sergey Poznyakoff <address@hidden>
Date:   Tue Oct 5 11:27:58 2010 +0300

    Minor bugfixes.

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

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

diff --git a/libmailutils/debug.c b/libmailutils/debug.c
index 7570f23..d738cef 100644
--- a/libmailutils/debug.c
+++ b/libmailutils/debug.c
@@ -235,6 +235,7 @@ mu_debug_print (mu_debug_t debug, mu_log_level_t level,
                const char *format, ...)
 {
   va_list ap;
+  va_start(ap, format);
   mu_debug_printv (debug, level, format, ap);
   va_end (ap);
   return 0;
diff --git a/libmailutils/mailer.c b/libmailutils/mailer.c
index 2240b65..8faf778 100644
--- a/libmailutils/mailer.c
+++ b/libmailutils/mailer.c
@@ -489,7 +489,7 @@ send_fragments (mu_mailer_t mailer,
                struct timeval *delay,
                mu_address_t from, mu_address_t to)
 {
-  int status;
+  int status = 0;
   size_t i;
   char *msgid = NULL;
   


hooks/post-receive
-- 
GNU Mailutils



reply via email to

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