diff options
author | Jeremy Allison <jra@samba.org> | 2006-09-21 17:00:07 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:00:57 -0500 |
commit | f18c9365caaad75c0f4c9e26b89327a75cfcb3e6 (patch) | |
tree | b5db870641dd49feb5d167b55350ecaeabd1f247 /source3/script | |
parent | b3d18b12c23670b02f4f98e1afeb32f829050fb3 (diff) | |
download | samba-f18c9365caaad75c0f4c9e26b89327a75cfcb3e6.tar.gz samba-f18c9365caaad75c0f4c9e26b89327a75cfcb3e6.tar.bz2 samba-f18c9365caaad75c0f4c9e26b89327a75cfcb3e6.zip |
r18787: Fix the strlen_m and strlen_m_term code by merging
in (and using elsewhere) next_codepoint from Samba4.
Jerry please test.
Jeremy.
(This used to be commit ece00b70a4621633f1ac9e576c4bbe332031de09)
Diffstat (limited to 'source3/script')
-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 30b5628b33..97578b046f 100644 --- a/source3/script/mkproto.awk +++ b/source3/script/mkproto.awk @@ -146,7 +146,7 @@ END { gotstart = 1; } - if( $0 ~ /^NODE_STATUS_STRUCT|SMB_STRUCT_DIR|ELOG_TDB/ ) { + if( $0 ~ /^NODE_STATUS_STRUCT|SMB_STRUCT_DIR|ELOG_TDB|codepoint_t/ ) { gotstart = 1; } |