[Netpass-devel] NetPass/lib/NetPass API.pm,1.18,1.19
Brought to you by:
jeffmurphy
|
From: Matt <mt...@us...> - 2005-06-03 15:32:22
|
Update of /cvsroot/netpass/NetPass/lib/NetPass In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5627 Modified Files: API.pm Log Message: Index: API.pm =================================================================== RCS file: /cvsroot/netpass/NetPass/lib/NetPass/API.pm,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- API.pm 3 Jun 2005 15:15:13 -0000 1.18 +++ API.pm 3 Jun 2005 15:32:11 -0000 1.19 @@ -199,7 +199,7 @@ -mac => $mac, -ip => $ip, -user => 'npapi', - @msgs + -msg => \@msgs, ); return ("nothing") if $mode eq "not_really"; |