renamed config option excludeaddr
[freeside.git] / FS / FS / addr_block.pm
index c9305f6..af4e5fb 100755 (executable)
@@ -174,7 +174,7 @@ sub next_free_addr {
   my $self = shift;
 
   my $conf = new FS::Conf;
-  my @excludeaddr = $conf->config('excludeaddr');
+  my @excludeaddr = $conf->config('exclude_ip_addr');
   
   my @used = (
     map { $_->NetAddr->addr }