09.01.2025 23:44, Wietse Venema via Postfix-devel wrote:
dict_cdb.c: In function 'dict_cdbq_sequence': dict_cdb.c:202:20: error: 'DICT_CDBQ' has no member named 'seq_cpos'; did you mean 'seq_cptr'? 202 | dict_cdbq->seq_cpos = 0; | ^~~~~~~~ | seq_cptr
Heh. Yes. This was a typo I fixed but forgot to commit. And when doing `git format-patch' it didn't went to the diff.
Assuming that seq_cptr was intended, I added an iterator test and the test passes.
It was just one typo. Thanks, /mjt _______________________________________________ Postfix-devel mailing list -- postfix-devel@postfix.org To unsubscribe send an email to postfix-devel-le...@postfix.org