From: minima Date: Wed, 9 Mar 2005 10:30:19 +0000 (+0000) Subject: make sure external origin is preserved on reply X-Git-Tag: R_1_52~110 X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=a2501aa043b55e227918e4b5b0631a4b0bf65665;p=spider.git make sure external origin is preserved on reply --- diff --git a/perl/Thingy/Ping.pm b/perl/Thingy/Ping.pm index d87ad456..02fc5cef 100644 --- a/perl/Thingy/Ping.pm +++ b/perl/Thingy/Ping.pm @@ -96,6 +96,7 @@ sub handle my $repthing = $thing->new_reply; $repthing->{out} = 0; $repthing->{id} = $thing->{id}; + $repthing->{o} = $thing->{o} if $thing->{o}; $repthing->send($dxchan) if $repthing; } else {