Update of /cvsroot/netpass/NetPass/lib/NetPass
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv12715/lib/NetPass
Modified Files:
API.pm
Log Message:
api changes, quar-by-mac
Index: API.pm
===================================================================
RCS file: /cvsroot/netpass/NetPass/lib/NetPass/API.pm,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- API.pm 15 Dec 2006 19:25:46 -0000 1.28
+++ API.pm 15 Dec 2006 19:28:15 -0000 1.29
@@ -480,7 +480,7 @@
return ("nothing") if $mode eq "not_really";
foreach my $npid (($arrays) ? @$id : $id) {
- last if($aqo); # don't log a result if we've got aqo
+ last if($aqo); # don't log a result if we've got aqo
my $rv = $np->db->addResult (
-mac => $mac,
-id => $npid,
@@ -660,7 +660,7 @@
unless($nr){
foreach my $npid (($arrays) ? @$id : $id) {
- llast if($aqo); # don't log a result if we've got aqo
+ last if($aqo); # don't log a result if we've got aqo
my $rv = $np->db->addResult (
-mac => $mac,
-id => $npid,
|