summaryrefslogtreecommitdiff
path: root/source3/script
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-06-01 02:44:17 +0000
committerJeremy Allison <jra@samba.org>2000-06-01 02:44:17 +0000
commit136544268460e56d7b551ae9efac9dc0a6b2830e (patch)
treee088b5d47c803eaa8c822ca2638c154898fde286 /source3/script
parentcc22d7ea29f0ccb2256a58510600e1f73d69bb6a (diff)
downloadsamba-136544268460e56d7b551ae9efac9dc0a6b2830e.tar.gz
samba-136544268460e56d7b551ae9efac9dc0a6b2830e.tar.bz2
samba-136544268460e56d7b551ae9efac9dc0a6b2830e.zip
More stuff I cvan't afford to lose. I'm realizing how dependent I am
on this bloody CVS link.... Jeremy. (This used to be commit 864e7bde0e804edbb2425b9c4c7ff271553f8169)
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 0b9c1f784e..734db3ca53 100644
--- a/source3/script/mkproto.awk
+++ b/source3/script/mkproto.awk
@@ -108,7 +108,7 @@ END {
gotstart = 1;
}
- if( $0 ~ /^TDB_CONTEXT|^TDB_DATA|^smb_ucs2_t|^TALLOC_CTX|^hash_element/ ) {
+ if( $0 ~ /^TDB_CONTEXT|^TDB_DATA|^smb_ucs2_t|^TALLOC_CTX|^hash_element|^NT_DEVICEMODE/ ) {
gotstart = 1;
}