[SCM] GNU Mailutils branch, master, updated. release-2.2-517-g61378ab

"Sergey Poznyakoff" <[email protected]> Sun, 11 Dec 2011 11:26:44 +0000
Newsgroups gmane.comp.gnu.mailutils.cvs
Message-ID <[email protected]>
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=61378abc8e046b457365a30c6b80559b0540177e

The branch, master has been updated
       via  61378abc8e046b457365a30c6b80559b0540177e (commit)
      from  ea01b2f9a46d6eb0666e613f1c536f9ee69dcf3e (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 61378abc8e046b457365a30c6b80559b0540177e
Author: Sergey Poznyakoff <[email protected]>
Date:   Sun Dec 11 13:26:07 2011 +0200

    Bugfix in libmu_sieve.
    
    * libmu_sieve/sieve.y (mu_sieve_machine_init_ex): Fix typo. Reference
    errstream, not mu_strerr.

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

Summary of changes:
 libmu_sieve/sieve.y |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libmu_sieve/sieve.y b/libmu_sieve/sieve.y
index e5218fb..cdb59e2 100644
--- a/libmu_sieve/sieve.y
+++ b/libmu_sieve/sieve.y
@@ -364,7 +364,7 @@ mu_sieve_machine_init_ex (mu_sieve_machine_t *pmach,
 
   mach->data = data;
   mach->errstream = errstream;
-  mu_stream_ref (mu_strerr);
+  mu_stream_ref (errstream);
   
   *pmach = mach;
   return 0;


hooks/post-receive
-- 
GNU Mailutils