Ignore:
Timestamp:
Jul 2, 2011, 4:01:14 PM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update vendor to version 3.5.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/smbd/process.c

    r594 r597  
    20842084                {
    20852085                        DEBUG( 3,( "Printcap cache time expired.\n"));
    2086                         reload_printers();
     2086                        pcap_cache_reload(&reload_printers);
    20872087                        last_printer_reload_time = t;
    20882088                }
     
    23702370
    23712371        if (!(event_add_idle(smbd_event_context(), NULL,
    2372                              timeval_set(SMBD_SELECT_TIMEOUT, 0),
     2372                             timeval_set(SMBD_HOUSEKEEPING_INTERVAL, 0),
    23732373                             "housekeeping", housekeeping_fn, NULL))) {
    23742374                DEBUG(0, ("Could not add housekeeping event\n"));
Note: See TracChangeset for help on using the changeset viewer.