vhost-local.m4: Fix missing newline.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 11 May 2016 00:17:19 +0000 (01:17 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 11 May 2016 00:17:19 +0000 (01:17 +0100)
commitcab82f26abce4161412ad9c434c5cbd5fc9303b4
tree2209217a6274055e527c511c490c0400579d8d51
parentd90bdbcfdce8b632aa7fc386a82aac8788ccfe34
vhost-local.m4: Fix missing newline.

I left a trap for myself: the extra-stuff argument to the
`USER_SPAMLIMIT_ROUTERS' macro wants a trailing newline (and tab);
otherwise the following material ends up following without a line break.

This went badly wrong: a `condition = ' line was extended with extra
material causing it to always match!  Fortunately little harm was
actually done.
vhost-local.m4