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-3.1.1-32-g888e2a9


From: Sergey Poznyakoff
Subject: [SCM] GNU Mailutils branch, master, updated. release-3.1.1-32-g888e2a9
Date: Sat, 14 Jan 2017 12:25:07 +0000 (UTC)

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=888e2a9a7cbac3e3c072f04a5bd45894c9d296ad

The branch, master has been updated
       via  888e2a9a7cbac3e3c072f04a5bd45894c9d296ad (commit)
      from  632290866303df1e4391125994eb64e45585f48f (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 888e2a9a7cbac3e3c072f04a5bd45894c9d296ad
Author: Sergey Poznyakoff <address@hidden>
Date:   Sat Jan 14 14:21:50 2017 +0200

    Bugfix
    
    * libmu_sieve/load.c [!HAVE_LIBLTDL] (mu_sieve_load_ext): Fix declaration.

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

Summary of changes:
 libmu_sieve/load.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libmu_sieve/load.c b/libmu_sieve/load.c
index a1b53dd..9914b13 100644
--- a/libmu_sieve/load.c
+++ b/libmu_sieve/load.c
@@ -147,7 +147,7 @@ mu_i_sv_load_add_dir (mu_sieve_machine_t mach, const char 
*name)
 #else
 #include <sieve-priv.h>
 
-int
+void *
 mu_sieve_load_ext (mu_sieve_machine_t mach, const char *name)
 {
   return 1;
@@ -156,7 +156,7 @@ mu_sieve_load_ext (mu_sieve_machine_t mach, const char 
*name)
 int
 mu_i_sv_load_add_dir (mu_sieve_machine_t mach, const char *name)
 {
-  return 1;
+  return NULL;
 }
 
 #endif /* HAVE_LIBLTDL */


hooks/post-receive
-- 
GNU Mailutils



reply via email to

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