Changeset 482 for trunk/src/sh_mounts.c


Ignore:
Timestamp:
Jul 19, 2015, 9:18:18 AM (9 years ago)
Author:
katerina
Message:

Fix for ticket #380 (Fix default log severity for mounts check).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_mounts.c

    r252 r482  
    157157static int    ShMountsActive    = S_FALSE;
    158158static time_t ShMountsInterval  = 86400;
    159 static int    ShMountsSevMnt    = 7;
    160 static int    ShMountsSevOpt    = 7;
     159static int    ShMountsSevMnt    = SH_ERR_ERR;
     160static int    ShMountsSevOpt    = SH_ERR_ERR;
    161161
    162162static struct sh_mounts_mnt *mountlist = NULL;
Note: See TracChangeset for help on using the changeset viewer.