noip.c (parse_acl_line): Continue correctly after ADDRESS/PREFIX-LEN.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 2 May 2016 21:05:40 +0000 (22:05 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 2 May 2016 23:12:08 +0000 (00:12 +0100)
commitd5bf624704c99c65aa78c1cd358ca202ae331ac1
treea9097498df3476b005ead88707f1aa04c5fdd05b
parent658c1774604911024016a572a119688031d69d77
noip.c (parse_acl_line): Continue correctly after ADDRESS/PREFIX-LEN.

After an ADDRESS/PREFIX-LEN entry, the following delimiter will have
been consumed; make sure to put it back.
noip.c