Changeset 599 for trunk/server/source3/printing/load.c
- Timestamp:
- Jul 6, 2011, 8:21:13 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/printing/load.c
r590 r599 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.