Changeset 597 for vendor/current/source3/printing/load.c
- Timestamp:
- Jul 2, 2011, 4:01:14 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/printing/load.c
r587 r597 54 54 55 55 /*************************************************************************** 56 load automatic printer services 56 load automatic printer services from pre-populated pcap cache 57 57 ***************************************************************************/ 58 58 void load_printers(void) 59 59 { 60 if (!pcap_cache_loaded())61 pcap_cache_reload();62 63 60 add_auto_printers(); 64 61
Note:
See TracChangeset
for help on using the changeset viewer.