Ignore:
Timestamp:
Jul 18, 2015, 5:06:52 PM (9 years ago)
Author:
katerina
Message:

Enhancements and fixes for tickets #374, #375, #376, #377, #378, and #379.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_port2proc.c

    r384 r481  
    945945      continue;
    946946
    947     /* fprintf(stderr, "FIXME: %d %d, %d %d, %d %d, %d, %d\n", s->proto, proto,
    948        s->family, AF_INET,
    949        sport, ntohs(((struct sockaddr_in *)(&s->laddr))->sin_port),
    950        (int) xf->xf_uid, (int)xf->xf_pid);
    951     */
    952 
    953947    if (s->proto != proto)
    954948      continue;
     
    970964      haddr6 = &((struct sockaddr_in6 *)(&s->laddr))->sin6_addr;
    971965   
    972 
    973     /* fprintf(stderr, "FIXME: %s\n", inet_ntoa(*haddr)); */
    974     /* fprintf(stderr, "FIXME: %s\n", inet_ntoa(*saddr)); */
    975966
    976967    if ( (s->family == AF_INET &&
Note: See TracChangeset for help on using the changeset viewer.