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/web/swat.c

    r414 r597  
    491491        }
    492492        iNumNonAutoPrintServices = lp_numservices();
    493         load_printers();
     493        pcap_cache_reload(&load_printers);
    494494
    495495        return 1;
     
    14351435        load_interfaces();
    14361436        iNumNonAutoPrintServices = lp_numservices();
    1437         load_printers();
     1437        pcap_cache_reload(&load_printers);
    14381438
    14391439        cgi_setup(get_dyn_SWATDIR(), !demo_mode);
Note: See TracChangeset for help on using the changeset viewer.