[Listener] Fix autocalibration port printing

This commit is contained in:
Matteo Cypriani 2011-03-01 14:15:01 +01:00
parent 22ee24655a
commit a4d001c4fb
1 changed files with 1 additions and 1 deletions

View File

@ -676,7 +676,7 @@ void read_packet(u_char *args, const struct pcap_pkthdr *header,
if (GET_VERBOSE())
{
printf("\nAutocalibration packet received.") ;
if (uses_autocalibration_request_port)
if (! uses_autocalibration_request_port)
printf(".. on the wrong port!") ;
putchar('\n') ;
}