Changeset 228 for branches/samba-3.2.x/source/printing/load.c
- Timestamp:
- May 26, 2009, 9:44:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/printing/load.c
r133 r228 61 61 /* load all printcap printers */ 62 62 if (lp_load_printers() && lp_servicenumber(PRINTERS_NAME) >= 0) 63 pcap_printer_fn(lp_add_one_printer );63 pcap_printer_fn(lp_add_one_printer, NULL); 64 64 }
Note:
See TracChangeset
for help on using the changeset viewer.