From 3ba481ab0a24f2acdf876564e9bf39d6264a157d Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 9 May 2007 11:19:36 +0000 Subject: [PATCH] Use "persistent options" (beginning with "*") --- lib/ZOOM/IRSpy/Test/Ping.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ZOOM/IRSpy/Test/Ping.pm b/lib/ZOOM/IRSpy/Test/Ping.pm index 4251b59..e230b3b 100644 --- a/lib/ZOOM/IRSpy/Test/Ping.pm +++ b/lib/ZOOM/IRSpy/Test/Ping.pm @@ -1,4 +1,4 @@ -# $Id: Ping.pm,v 1.26 2007-05-08 12:18:59 mike Exp $ +# $Id: Ping.pm,v 1.27 2007-05-09 11:19:36 mike Exp $ # See the "Main" test package for documentation @@ -25,8 +25,8 @@ sub start { my $xc = $conn->record()->xpath_context(); my $user = $xc->find("e:serverInfo/e:authentication/e:user"); my $password = $xc->find("e:serverInfo/e:authentication/e:password"); - $options{user} = $user if $user; - $options{password} = $password if $password; + $options{"*user"} = $user if $user; + $options{"*password"} = $password if $password; $conn->irspy_connect(undef, \%options, ZOOM::Event::ZEND, \&connected, -- 1.7.10.4