Fix typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 9 Aug 2012 13:04:09 +0000 (15:04 +0200)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 9 Aug 2012 13:04:09 +0000 (15:04 +0200)
scripts/isc2ippool.pl

index 899ea69..5ac5c5d 100755 (executable)
@@ -38,7 +38,7 @@ my $sql_database      = 'radius';
 my $sql_table          = 'radippool';
 my $pool_name          = '';
 my $pool_key           = 'Calling-Station-Id';
-my $insert_only        = 1;
+my $insert_only        = 0;
 
 my $verbose;
 my $help;