]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-smtp: server: recipient: Add reference counting.
authorStephan Bosch <stephan.bosch@dovecot.fi>
Thu, 1 Nov 2018 00:25:10 +0000 (01:25 +0100)
committerVille Savolainen <ville.savolainen@dovecot.fi>
Tue, 12 Feb 2019 13:41:49 +0000 (15:41 +0200)
commitce9373c8dca5b265fb030ff08328f5fb17cda9d9
tree27cf5fa53266e706f84b9487da0177b3d14046b0
parent43fa7cdef93a84541c478e784d431b8c537171c4
lib-smtp: server: recipient: Add reference counting.

Unlike the server command, this is not strictly necessary for the recipient
object, but we add this anyway to prevent future problems when the recipient
implementation becomes more complex.
src/lib-smtp/smtp-server-private.h
src/lib-smtp/smtp-server-recipient.c