]> git.ipfire.org Git - people/stevee/guardian.git/commit
Drop obsolete IsValidAddressOrNetwork() function.
authorStefan Schantl <stefan.schantl@ipfire.org>
Wed, 3 Feb 2016 07:41:24 +0000 (08:41 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Wed, 3 Feb 2016 07:41:24 +0000 (08:41 +0100)
commit730c1d034a641b716b362d95a04e670c828e8652
tree87f38a2b0f3038f2acf3043dcae93ecca081c923
parent66e1ad0ac7b647b0063b52b3ca8749a1470d8f48
Drop obsolete IsValidAddressOrNetwork() function.

This function is not longer used, because during converting a given
address or network the input will be validated, so there is no need for
this function anymore.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
modules/Base.pm