projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d12436
)
_rewrite_record() renamed more explicitly to _rewrite_irspy_record()
author
Mike Taylor
<mike@miketaylor.org.uk>
Mon, 12 Apr 2010 12:57:17 +0000
(13:57 +0100)
committer
Mike Taylor
<mike@miketaylor.org.uk>
Mon, 12 Apr 2010 12:57:17 +0000
(13:57 +0100)
lib/ZOOM/IRSpy.pm
patch
|
blob
|
history
diff --git
a/lib/ZOOM/IRSpy.pm
b/lib/ZOOM/IRSpy.pm
index
f5df4b5
..
f8150b1
100644
(file)
--- a/
lib/ZOOM/IRSpy.pm
+++ b/
lib/ZOOM/IRSpy.pm
@@
-288,7
+288,7
@@
sub _irspy_to_zeerex {
}
-sub _rewrite_record {
+sub _rewrite_irspy_record {
my $this = shift();
my($conn) = @_;
@@
-433,7
+433,7
@@
sub check {
}
if (!defined $nextaddr) {
$conn->log("irspy", "has no more tests: removing");
- $this->_rewrite_record($conn);
+ $this->_rewrite_irspy_record($conn);
$conn->option(rewrote_record => 1);
my $newconn = $this->_next_connection();
if (!defined $newconn) {