summaryrefslogtreecommitdiff
path: root/source3/script
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-07-24 08:58:03 +0000
committerGerald Carter <jerry@samba.org>2002-07-24 08:58:03 +0000
commita12ed7f506263c6ec34c7df6bbcb3e8434841403 (patch)
treec0eea1d86391e45565e11109b799de5b63cbec79 /source3/script
parent0cfdb7bbe82cfbce95ea4d8956c9de6f3ab56b94 (diff)
downloadsamba-a12ed7f506263c6ec34c7df6bbcb3e8434841403.tar.gz
samba-a12ed7f506263c6ec34c7df6bbcb3e8434841403.tar.bz2
samba-a12ed7f506263c6ec34c7df6bbcb3e8434841403.zip
done! printer_info_2, devicemode, sec_desc, & printer data all enumerate
and display correctly in regedit.exe. Not sure about REG_SZ values in PrinterDriverData. If we store these in UNICODE, I'll have to fix up a few things. REG_BINARY & REG_DWORD are fine. (This used to be commit 2a30c243ec28734bbc721dfc01b743faa6f73788)
Diffstat (limited to 'source3/script')
-rw-r--r--source3/script/mkproto.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/mkproto.awk b/source3/script/mkproto.awk
index b71d50e95a..196715d6b1 100644
--- a/source3/script/mkproto.awk
+++ b/source3/script/mkproto.awk
@@ -142,7 +142,7 @@ END {
gotstart = 1;
}
- if( $0 ~ /^SAM_ACCT_INFO_NODE|^SMB_ACL_T|^ADS_MODLIST|^PyObject|^SORTED_TREE|^REGISTRY_HOOK|^REGISTRY_VALUE/ ) {
+ if( $0 ~ /^SAM_ACCT_INFO_NODE|^SMB_ACL_T|^ADS_MODLIST|^PyObject|^SORTED_TREE|^REGISTRY_HOOK|^REGISTRY_VALUE|^DEVICEMODE/ ) {
gotstart = 1;
}