Skip to content

Commit

Permalink
Small fix for #1617
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Pletcher committed Nov 7, 2011
1 parent 4deb471 commit 27eb741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Netdot/Model/Ipblock.pm
Expand Up @@ -3125,7 +3125,7 @@ sub _tree_find{
my $l = ();

if ($argv{address} || $argv{str_address}) {
my %args = {};
my %args = ();
if ($argv{address}) {
$args{iaddress} = $argv{address};
} else {
Expand Down

0 comments on commit 27eb741

Please sign in to comment.