diff options
author | Tim Potter <tpot@samba.org> | 2003-04-14 05:27:04 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-04-14 05:27:04 +0000 |
commit | 7a3a9217486ac9237b7d812bd2a5de1da10bef28 (patch) | |
tree | f8a03c87b686491f1589d46c78e8b8076cd38e86 /source3 | |
parent | c182b78639c6db1111d658c77e32c44b92085f00 (diff) | |
download | samba-7a3a9217486ac9237b7d812bd2a5de1da10bef28.tar.gz samba-7a3a9217486ac9237b7d812bd2a5de1da10bef28.tar.bz2 samba-7a3a9217486ac9237b7d812bd2a5de1da10bef28.zip |
Merge: add PAC_DATA as valid return type.
(This used to be commit a9df8ec5879cd0d47db86f5a5f7b0bd7e9d6b824)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/script/mkproto.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/mkproto.awk b/source3/script/mkproto.awk index 9acdf374f1..919ae2aa7e 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|^DEVICEMODE/ ) { + if( $0 ~ /^SAM_ACCT_INFO_NODE|^SMB_ACL_T|^ADS_MODLIST|^PyObject|^SORTED_TREE|^REGISTRY_HOOK|^REGISTRY_VALUE|^DEVICEMODE|^PAC_DATA/ ) { gotstart = 1; } |