Ignore:
Timestamp:
Oct 31, 2016, 8:31:24 PM (8 years ago)
Author:
katerina
Message:

Fix for ticket #409 and #410 (unprivileged suidcheck and gcc 6.2 compiler warnings).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_portcheck.c

    r511 r516  
    18081808static int iface_comp (const void *a, const void *b)
    18091809{
    1810   const struct portchk_interfaces * aa = (struct portchk_interfaces *) a;
    1811   const struct portchk_interfaces * bb = (struct portchk_interfaces *) b;
     1810  const struct portchk_interfaces * aa = (const struct portchk_interfaces *) a;
     1811  const struct portchk_interfaces * bb = (const struct portchk_interfaces *) b;
    18121812  return (aa->type - bb->type);
    18131813}
Note: See TracChangeset for help on using the changeset viewer.