patch-src_log_c 661 B

123456789101112
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- iptraf-3.0.0.orig/src/log.c 2005-09-13 08:42:54.000000000 +0200
  3. +++ iptraf-3.0.0/src/log.c 2008-10-09 17:34:11.000000000 +0200
  4. @@ -491,8 +491,6 @@ void writeethlog(struct ethtabent *list,
  5. ptmp->un.desc.ascaddr);
  6. else if (ptmp->un.desc.linktype == LINK_PLIP)
  7. fprintf(fd, "\nPLIP address: %s", ptmp->un.desc.ascaddr);
  8. - else if (ptmp->un.desc.linktype == LINK_FDDI)
  9. - fprintf(fd, "\nFDDI address: %s", ptmp->un.desc.ascaddr);
  10. if (ptmp->un.desc.withdesc)
  11. fprintf(fd, " (%s)", ptmp->un.desc.desc);