--- mdap-server.pl 2007/04/22 23:29:05 14 +++ mdap-server.pl 2007/04/23 00:04:26 15 @@ -105,6 +105,12 @@ if ($type eq 'REPLY-ANT-SEARCH') { mdap_send("INFO MDAP/$mdap_ver\r\nSEQ-NR:1\r\nTO-ANT:$ant\r\nUSER-ID:$user_id\r\nUSER-PWD:$user_pwd\r\n"); } elsif ($type eq 'REPLY-INFO') { + + if ($h->{'SEQ-NR'} < 0) { + warn "!! password protected ant $ant, skipping\n"; + next; + } + my $board = $h->{'_BOARD_NAME'} || die "no _BOARD_NAME?"; if ( fw_exists( $board ) ) { my $build = $h->{'_BUILD'} || die "no _BUILD?";