[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Mailutils branch, master, updated. mu-1-2-90-separate-argp-cfg
From: |
Sergey Poznyakoff |
Subject: |
[SCM] GNU Mailutils branch, master, updated. mu-1-2-90-separate-argp-cfg-259-g14e0fd6 |
Date: |
Mon, 06 Apr 2009 09:18:47 +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=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 <address@hidden>
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Mailutils branch, master, updated. mu-1-2-90-separate-argp-cfg-259-g14e0fd6,
Sergey Poznyakoff <=