tags 421067 + patch
thanks

On 4/26/07, Alex Kuklin <[EMAIL PROTECTED]> wrote:
Server: irrc.ru
My jid: [EMAIL PROTECTED]
I could create test account @irrc.ru if needed.

This bug was fixed after 0.9.9 was released. The fix is in attached patch.

--
Sergei Golovan
Index: jabberlib-tclxml/jlibdns.tcl
===================================================================
--- jabberlib-tclxml/jlibdns.tcl	(revision 695)
+++ jabberlib-tclxml/jlibdns.tcl	(revision 696)
@@ -48,7 +48,7 @@
 	if {![info exists rr1(rdata)]} continue
 
 	array unset rr
-	array set rr $rr1(rdata)
+	if {[catch { array set rr $rr1(rdata) }]} continue
 
 	if {$rr(target) == "."} continue
 

Reply via email to