Ignore:
Timestamp:
Nov 6, 2010, 8:33:41 AM (14 years ago)
Author:
katerina
Message:

Fixes for minor buglets.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_portcheck.c

    r295 r300  
    17901790#endif
    17911791
    1792   p = sh_getservbyport(0, SH_PROTO_STR(IPPROTO_TCP), buf, sizeof(buf));
     1792  p = sh_getservbyport(0, SH_PROTO_STR(IPPROTO_UDP), buf, sizeof(buf));
    17931793  CuAssertTrue(tc, p == NULL);
    17941794
Note: See TracChangeset for help on using the changeset viewer.