[Dovecot] drac.c

Takehiko Abe keke at gol.com
Mon Feb 13 10:25:15 EET 2006


Hello,

I am using dovecot [1.0 beta3] as a pop server with drac. It is
working nicely, but I am getting the following message in a log:

  dovecot: pop3(keke): file ioloop.c: line 154 (timeout_remove): \
      assertion failed: (*timeout != NULL)
  dovecot: child 15752 (pop3) killed with signal 6

Adding '&' to 'to_drac' in drac_deinit of drac.c stops the
message:

void drac_deinit(void)
{
    if (to_drac != NULL)
      timeout_remove(&to_drac);  /* was to_drac */
}


But I am not sure if the mod is correct.

Thanks,
T.




More information about the dovecot mailing list