17 Jun
2012
17 Jun
'12
9:33 p.m.
Timo Sirainen wrote:
On Fri, 2012-06-15 at 22:11 +0200, Daniel Parthey wrote:
mail02# doveadm -c /etc/dovecot-director/dovecot-director.conf search -u user@example.org all .. #3 doveadm_print_flow_print (value=0x64697567
) at doveadm-print-flow.c:51 hdr = <value optimized out> #4 0x0000000000415667 in doveadm_print (value=0x1c28970 "67b3b72453278b4f6a3d000051abeb58") at doveadm-print.c:65 headers = 0x1c37120 #5 0x000000000041638d in server_flush_field (conn=0x1c4ab10) at server-connection.c:111 text = 0x0Hmm. See if the attached patch fixes it?
diff -r a28c8043842d src/doveadm/doveadm-print.c --- a/src/doveadm/doveadm-print.c Sat Jun 16 02:03:53 2012 +0300 +++ b/src/doveadm/doveadm-print.c Sat Jun 16 02:13:03 2012 +0300
The patch seems to fix the problem. Thanks.