chiark / gitweb /
noip: Fix ACL parsing bug in port ranges.
authorMark Wooding <mwooding@ncipher.com>
Wed, 1 Mar 2006 00:36:31 +0000 (00:36 +0000)
committerMark Wooding <mwooding@ncipher.com>
Wed, 1 Mar 2006 00:36:31 +0000 (00:36 +0000)
commitd83beb5cca7dd92aed2804f847b3eb3f684f8d40
treeb4a2a7d7b43f7ff3ad99f3b172083f43735b67eb
parenta8be0591a74d3766c4ed312aeda872a404f7d934
noip: Fix ACL parsing bug in port ranges.

The code failed to skip past the `-' separating the parts of the port
range, so the max port always got forced to zero.  Less than useful,
really.
noip.c