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=14e0fd63234afa62f413369009bb15073fcc5cfe

The branch, master has been updated
       via  14e0fd63234afa62f413369009bb15073fcc5cfe (commit)
      from  4372418df0a5872ea27419d6ed8d16400dd9c965 (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 14e0fd63234afa62f413369009bb15073fcc5cfe
Author: Sergey Poznyakoff <g...@gnu.org.ua>
Date:   Mon Apr 6 12:18:27 2009 +0300

    Bugfix.
    
    * libproto/remote/folder.c (_remote_is_scheme): Fix invalid return
    value.

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

Summary of changes:
 libproto/remote/folder.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libproto/remote/folder.c b/libproto/remote/folder.c
index 69b3898..a9fa675 100644
--- a/libproto/remote/folder.c
+++ b/libproto/remote/folder.c
@@ -52,7 +52,7 @@ _remote_is_scheme (mu_record_t record, mu_url_t url, int 
flags)
       || scheme_len < MU_REMOTE_MBOX_PREFIX_LEN
       || memcmp (MU_REMOTE_MBOX_PREFIX, scheme,
                 MU_REMOTE_MBOX_PREFIX_LEN) != 0)
-    return EINVAL;
+    return 0;
 
   
   memcpy (&s_url, url, sizeof (s_url));


hooks/post-receive
--
GNU Mailutils


_______________________________________________
Commit-mailutils mailing list
Commit-mailutils@gnu.org
http://lists.gnu.org/mailman/listinfo/commit-mailutils

Reply via email to