summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-01-28 14:56:08 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-01-28 14:56:08 +0000
commiteac5fe0e0ded8b85a63b239d7523d4297fc99a51 (patch)
tree2e3016aaf0939697a90ca717a4977ca774673429
parent627c1072b369287082f52e7ee75afbff96b92a4c (diff)
downloadmailutils-eac5fe0e0ded8b85a63b239d7523d4297fc99a51.tar.gz
mailutils-eac5fe0e0ded8b85a63b239d7523d4297fc99a51.tar.bz2
* pop3d/bulletin.c (open_bulletin_mailbox): Bugfix.
-rw-r--r--ChangeLog4
-rw-r--r--pop3d/bulletin.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index baee398b3..f28e670d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-28 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ * pop3d/bulletin.c (open_bulletin_mailbox): Bugfix.
+
2008-01-24 Sergey Poznyakoff <gray@gnu.org.ua>
* mailbox/cfg_driver.c (mu_cfg_section_add_params): Initialize
diff --git a/pop3d/bulletin.c b/pop3d/bulletin.c
index ff4253c29..8f7307cda 100644
--- a/pop3d/bulletin.c
+++ b/pop3d/bulletin.c
@@ -52,7 +52,7 @@ open_bulletin_mailbox (mu_mailbox_t *pmbox)
if ((status = mu_mailbox_open (tmbox, MU_STREAM_READ)) != 0)
{
- mu_mailbox_destroy (pmbox);
+ mu_mailbox_destroy (&tmbox);
mu_error (_("Cannot open bulletin mailbox `%s': %s"),
bulletin_mbox_name, mu_strerror (status));
return 1;

Return to:

Send suggestions and report system problems to the System administrator.