Ignore:
Timestamp:
Jul 2, 2011, 3:35:33 PM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update trunk to 3.5.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/param/loadparm.c

    r480 r596  
    47844784
    47854785        if (sysctl_max < MIN_OPEN_FILES_WINDOWS) {
    4786                 DEBUG(2,("max_open_files: sysctl_max (%d) below "
     4786                DEBUG(2,("max_open_files: increasing sysctl_max (%d) to "
    47874787                        "minimum Windows limit (%d)\n",
    47884788                        sysctl_max,
     
    47924792
    47934793        if (rlimit_max < MIN_OPEN_FILES_WINDOWS) {
    4794                 DEBUG(2,("rlimit_max: rlimit_max (%d) below "
     4794                DEBUG(2,("rlimit_max: increasing rlimit_max (%d) to "
    47954795                        "minimum Windows limit (%d)\n",
    47964796                        rlimit_max,
Note: See TracChangeset for help on using the changeset viewer.