Changeset 295 for trunk/src/sh_audit.c


Ignore:
Timestamp:
Oct 31, 2010, 10:36:04 AM (14 years ago)
Author:
katerina
Message:

Support for IPv6 (ticket #222).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_audit.c

    r294 r295  
    276276  for (i = 0; i < 4; ++i)
    277277    {
    278       if (0 == access(_(actl_paths[i]), F_OK))
    279         {
    280           if (0 == access(_(actl_paths[i]), X_OK))
     278      if (0 == access(_(actl_paths[i]), F_OK))/* flawfinder: ignore */
     279        {
     280          if (0 == access(_(actl_paths[i]), X_OK))/* flawfinder: ignore */
    281281            {
    282282              actl_pnum = i;
Note: See TracChangeset for help on using the changeset viewer.