Skip to content

Commit

Permalink
Merge pull request #50 from krkeegan/Iss_49
Browse files Browse the repository at this point in the history
Fix for Issue #49
  • Loading branch information
krkeegan committed Feb 2, 2013
2 parents 21b8d18 + c648520 commit e4a0359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Insteon/AllLinkDatabase.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1967,9 +1967,9 @@ sub delete_orphan_links
}
else
{
my %delete_req = (object => $self, group => $group, is_controller => 0,
my %delete_req = (object => $device, group => $group, is_controller => 1,
callback => "$selfname->_aldb->_process_delete_queue(1)",
linkdevice => $device, data3 => $data3);
linkdevice => $self, data3 => $data3);
push @{$$self{delete_queue}}, \%delete_req;
}
}
Expand Down

0 comments on commit e4a0359

Please sign in to comment.