Changeset 458 for trunk/src/sh_suidchk.c


Ignore:
Timestamp:
Aug 5, 2014, 12:26:42 PM (10 years ago)
Author:
katerina
Message:

Fix for ticket #358 (repetitive lstat warning) and #359 (reporting of added/deleted top level directories).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_suidchk.c

    r453 r458  
    12941294                      }
    12951295                   
    1296                     sh_hash_addflag(tmpcat, SH_FFLAG_SUIDCHK); /* no call to sh_error_handle */
     1296                    sh_hash_set_flag(tmpcat, SH_FFLAG_SUIDCHK); /* no call to sh_error_handle */
    12971297                   
    12981298                  }
     
    13671367                            SH_MUTEX_UNLOCK(mutex_thread_nolog);
    13681368                           
    1369                             sh_hash_addflag(tmpcat, SH_FFLAG_SUIDCHK); /* no call to sh_error_handle */
     1369                            sh_hash_set_flag(tmpcat, SH_FFLAG_SUIDCHK); /* no call to sh_error_handle */
    13701370                           
    13711371                          }
     
    13811381                                                 ShSuidchkSeverity);
    13821382                        SH_MUTEX_UNLOCK(mutex_thread_nolog);   
    1383                         sh_hash_addflag(tmpcat, SH_FFLAG_SUIDCHK); /* no call to sh_error_handle */
     1383                        sh_hash_set_flag(tmpcat, SH_FFLAG_SUIDCHK); /* no call to sh_error_handle */
    13841384                       
    13851385                      }
Note: See TracChangeset for help on using the changeset viewer.