Changeset 143 for trunk/src/sh_suidchk.c


Ignore:
Timestamp:
Oct 31, 2007, 1:09:26 AM (17 years ago)
Author:
rainer
Message:

Bugfixes and threaded process check.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_suidchk.c

    r140 r143  
    874874  do {
    875875
    876     if (sig_urgent > 0) {
    877       SL_RETURN( (0), _("sh_suidchk_check_internal"));
    878     }
    879 
    880876    thisEntry = readdir (thisDir);
    881877
     
    905901    if (!dirlist)
    906902      break;
     903
     904    if (sig_urgent > 0) {
     905      SL_RETURN( (0), _("sh_suidchk_check_internal"));
     906    }
    907907
    908908    tmpcat = SH_ALLOC(PATH_MAX);
Note: See TracChangeset for help on using the changeset viewer.