13 Feb
2006
13 Feb
'06
10:25 a.m.
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.
6850
Age (days ago)
6850
Last active (days ago)
0 comments
1 participants
participants (1)
-
Takehiko Abe