]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
director: Make sure IP address parsing works in DIRECTOR-ADD/REMOVE
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Mon, 24 Oct 2016 17:16:57 +0000 (20:16 +0300)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Tue, 25 Oct 2016 18:01:22 +0000 (21:01 +0300)
commite086c5434f05618c8d94a59f30eb36ff93f1b002
tree08f4912673936960c01d3241ed5a969d62c4bb5e
parentb0c70a5e8309443c5872f013d57bfa1c90b0d11f
director: Make sure IP address parsing works in DIRECTOR-ADD/REMOVE

We were passing the entire string through to net_addr2ip(). It seems that
inet_aton() stops at whitespace though, so this wasn't actually causing
errors at least on Linux.
src/director/doveadm-connection.c