* Fix DeletePrinterDataEx() to work with arbitrary registry keys
authorGerald Carter <jerry@samba.org>
Sun, 18 Aug 2002 16:52:51 +0000 (16:52 +0000)
committerGerald Carter <jerry@samba.org>
Sun, 18 Aug 2002 16:52:51 +0000 (16:52 +0000)
commit12be900eceab860ff32d34cdd0cf8da8543c1082
tree83f18d335eed8ee1fdf10f2b42c650d2e9b9ffc0
parenta897c3ceda9fc2fad22edc2d884e5ecd87995592
* Fix DeletePrinterDataEx() to work with arbitrary registry keys

* Fix delete_all_printer_data() to accept a key name for partial tree
  deletions

* Fix EnumPrinterKey() to work with subkeys

* Fix DeletePrinterKey() to work with ful or partial registry
  trees

* Fix get_printer_subkeys() to return a list of unique keynames
  ( some were getting added twice due to subkeys names )

* fix a couple of typos for good measure
(This used to be commit b6ceb8c2e50b7fcdc614a3b6782db05b60689a85)
source3/printing/nt_printing.c
source3/rpc_server/srv_spoolss_nt.c