diff options
author | Tim Potter <tpot@samba.org> | 2003-04-14 05:15:46 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-04-14 05:15:46 +0000 |
commit | 4eeac8dbb36ff2d19e52ec3c90f4c720213c8b64 (patch) | |
tree | ab29f6cf9f55a3ac0a762d03014f721aa6e99c81 /source3/script/mkproto.awk | |
parent | 3f772c182a17fb2212980c3d30f08322c9dcca53 (diff) | |
download | samba-4eeac8dbb36ff2d19e52ec3c90f4c720213c8b64.tar.gz samba-4eeac8dbb36ff2d19e52ec3c90f4c720213c8b64.tar.bz2 samba-4eeac8dbb36ff2d19e52ec3c90f4c720213c8b64.zip |
Add PAC_DATA as valid return type for make proto.
(This used to be commit dc95726cbe5e3408f843f8d51ee8536f0fd6c458)
Diffstat (limited to 'source3/script/mkproto.awk')
-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; } |