diff options
author | Jeremy Allison <jra@samba.org> | 2004-06-24 05:56:44 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:52:01 -0500 |
commit | 2b76b28932d9d1ed714e79579414f630966342e7 (patch) | |
tree | 02a7e6fb3fa2cb0436b108ea9f23250fdbc6e9dc /source3/script | |
parent | 087868c49916e96cf860577144bc19b799fd720e (diff) | |
download | samba-2b76b28932d9d1ed714e79579414f630966342e7.tar.gz samba-2b76b28932d9d1ed714e79579414f630966342e7.tar.bz2 samba-2b76b28932d9d1ed714e79579414f630966342e7.zip |
r1236: Heimdal fixes from Guenther Deschner <gd@sernet.de>, more to come before
it compiles with Heimdal.
Jeremy.
(This used to be commit dd07278b892770ac51750b87a4ab902d4de3a960)
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 fbe1bddf35..03151d656a 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/ ) { + if( $0 ~ /^WINBINDD_PW|^WINBINDD_GR|^NT_PRINTER_INFO_LEVEL_2|^LOGIN_CACHE|^krb5_error_code/ ) { gotstart = 1; } |