summaryrefslogtreecommitdiffstats
path: root/source/script
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2004-07-08 15:36:23 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:52:10 -0500
commit837f56ec8bc171497fb84d332002776313c26305 (patch)
tree7acfe1557a2eb1a6e8217ea640efb20a82cfeaca /source/script
parentf17cb54a6f97b2ce0084d27ec219b4c3fe05c1fa (diff)
downloadsamba-837f56ec8bc171497fb84d332002776313c26305.tar.gz
samba-837f56ec8bc171497fb84d332002776313c26305.tar.xz
samba-837f56ec8bc171497fb84d332002776313c26305.zip
r1399: applying heimdal krb5 fixes from Guenther and fixing compile warnings in libadskerberos_keyatb.c
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 4c9507dcf9b..ab9f7d7cb76 100644
--- a/source/script/mkproto.awk
+++ b/source/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|^krb5_error_code/ ) {
gotstart = 1;
}