]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-smtp: smtp-syntax - Return 0 for smtp_string_parse() with empty input.
authorStephan Bosch <stephan.bosch@open-xchange.com>
Tue, 24 Mar 2020 21:42:15 +0000 (22:42 +0100)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Wed, 20 May 2020 05:26:26 +0000 (05:26 +0000)
commitc4e4b47a9b064a0241afb1bf5836226b383cd3f5
tree7c7ac434abc04ec75543b32808b84b1e1da1654c
parent96ad2343906834793e294eeaecba66a5faa168c1
lib-smtp: smtp-syntax - Return 0 for smtp_string_parse() with empty input.

This is what the current users of this function actually expect.
src/lib-smtp/smtp-syntax.c