X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXXml%2FPing.pm;fp=perl%2FDXXml%2FPing.pm;h=21662dae5a7a009a885c466d46e4c3dc2e19025f;hb=20efba5d5f656113144785e0ef84296e6d2c2e69;hp=0fc4426a771ea39ba7752d5f94684a9ef139a526;hpb=17b961e3ee4a9f2d0ff2cc7f5b0e8546816f9f64;p=spider.git diff --git a/perl/DXXml/Ping.pm b/perl/DXXml/Ping.pm index 0fc4426a..21662dae 100644 --- a/perl/DXXml/Ping.pm +++ b/perl/DXXml/Ping.pm @@ -66,7 +66,6 @@ sub add $self->{u} = $from; $self->{'-via'} = $via if $via && DXChannel::get($via); $self->{o} = $main::mycall; - $self->{id} = $self->nextid; $self->route($dxchan); push @$ref, $self;