summaryrefslogtreecommitdiffstats
path: root/source/script
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-11-24 14:16:41 +0000
committerAndrew Tridgell <tridge@samba.org>2001-11-24 14:16:41 +0000
commit058a5aee901e6609969ef7e1d482a720a84a4a12 (patch)
tree64dec5228fbdc2371ad88e1252fe7d52650de823 /source/script
parentad7afbfdea600a62fa1550bd354996ad38807533 (diff)
downloadsamba-058a5aee901e6609969ef7e1d482a720a84a4a12.tar.gz
samba-058a5aee901e6609969ef7e1d482a720a84a4a12.tar.xz
samba-058a5aee901e6609969ef7e1d482a720a84a4a12.zip
added "net join" command
this completes the first stage of the smbd ADS support
Diffstat (limited to 'source/script')
-rw-r--r--source/script/mkproto.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/script/mkproto.awk b/source/script/mkproto.awk
index c1a9e405b2c..f927d273bda 100644
--- a/source/script/mkproto.awk
+++ b/source/script/mkproto.awk
@@ -122,7 +122,7 @@ END {
gotstart = 1;
}
- if( $0 ~ /^DATA_BLOB|^ASN1_DATA|^TDB_CONTEXT|^TDB_DATA|^smb_ucs2_t|^TALLOC_CTX|^hash_element|^NT_DEVICEMODE|^enum.*\(|^NT_USER_TOKEN|^SAM_ACCOUNT/ ) {
+ if( $0 ~ /^ADS_STRUCT|^DATA_BLOB|^ASN1_DATA|^TDB_CONTEXT|^TDB_DATA|^smb_ucs2_t|^TALLOC_CTX|^hash_element|^NT_DEVICEMODE|^enum.*\(|^NT_USER_TOKEN|^SAM_ACCOUNT/ ) {
gotstart = 1;
}