diff --git a/batman.c b/batman.c index 157f53fe..264ea1f4 100644 --- a/batman.c +++ b/batman.c @@ -85,6 +85,7 @@ int readRoutingTable(struct in_addr peers[],int *peer_count,int peer_max){ } if (*peer_count2) fprintf(stderr,"Found peer %08lx from routing table\n",d); } fclose(fp); return 0; @@ -126,6 +127,7 @@ int readArpTable(struct in_addr peers[],int *peer_count,int peer_max){ } if (*peer_count2) fprintf(stderr,"Found peer %08lx from ARP table\n",d); } fclose(fp); return 0;