Commit eac5fe0e eac5fe0e0ded8b85a63b239d7523d4297fc99a51 by Sergey Poznyakoff

* pop3d/bulletin.c (open_bulletin_mailbox): Bugfix.

1 parent 627c1072
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
......
......@@ -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;
......