Ignore:
Timestamp:
Jul 1, 2011, 4:02:23 PM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update vendor to version 3.5.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/param/loadparm.c

    r478 r594  
    47754775
    47764776        if (sysctl_max < MIN_OPEN_FILES_WINDOWS) {
    4777                 DEBUG(2,("max_open_files: sysctl_max (%d) below "
     4777                DEBUG(2,("max_open_files: increasing sysctl_max (%d) to "
    47784778                        "minimum Windows limit (%d)\n",
    47794779                        sysctl_max,
     
    47834783
    47844784        if (rlimit_max < MIN_OPEN_FILES_WINDOWS) {
    4785                 DEBUG(2,("rlimit_max: rlimit_max (%d) below "
     4785                DEBUG(2,("rlimit_max: increasing rlimit_max (%d) to "
    47864786                        "minimum Windows limit (%d)\n",
    47874787                        rlimit_max,
Note: See TracChangeset for help on using the changeset viewer.