diff options
author | Jeremy Allison <jra@samba.org> | 2004-08-30 20:19:40 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:52:32 -0500 |
commit | f1688d61df13aacb0e512fd16504cc94f803d808 (patch) | |
tree | f1ef23d5a2f5a323b241909181861e6ab111a622 /source3/script | |
parent | 58a146033012183f44a045b6c6a35c7c74dbf7dd (diff) | |
download | samba-f1688d61df13aacb0e512fd16504cc94f803d808.tar.gz samba-f1688d61df13aacb0e512fd16504cc94f803d808.tar.bz2 samba-f1688d61df13aacb0e512fd16504cc94f803d808.zip |
r2112: Simplify the mangle hash code to use an in-memory tdb.
Should be ready for the new directory code now...
Jeremy.
(This used to be commit c2eff8ef1b65570d2e590f62f026cc18f9142652)
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 4c9507dcf9..4edc7abc63 100644 --- a/source3/script/mkproto.awk +++ b/source3/script/mkproto.awk @@ -132,7 +132,7 @@ END { gotstart = 1; } - if( $0 ~ /^WINBINDD_PW|^WINBINDD_GR|^NT_PRINTER_INFO_LEVEL_2|^LOGIN_CACHE|^krb5_error_code|^LDAP/ ) { + if( $0 ~ /^WINBINDD_PW|^WINBINDD_GR|^NT_PRINTER_INFO_LEVEL_2|^LOGIN_CACHE|^krb5_error_code|^LDAP|^u32/ ) { gotstart = 1; } |