tunslip6: removed commented out line printing IP address

This commit is contained in:
Michael Richardson 2014-05-10 17:16:35 -04:00
parent ab2c110c70
commit 6b473301c5
1 changed files with 0 additions and 1 deletions

View File

@ -224,7 +224,6 @@ serial_to_tun(FILE *inslip, int outfd)
inet_pton(AF_INET6, ipaddr, &addr);
if(timestamp) stamptime();
fprintf(stderr,"*** Address:%s => %02x%02x:%02x%02x:%02x%02x:%02x%02x\n",
// printf("*** Address:%s => %02x%02x:%02x%02x:%02x%02x:%02x%02x\n",
ipaddr,
addr.s6_addr[0], addr.s6_addr[1],
addr.s6_addr[2], addr.s6_addr[3],