summaryrefslogtreecommitdiff
path: root/source3/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
commit824bc32be71afafdbaaea94a6cf104a1b3d329ec (patch)
treecd6099fb10bd35bf536824b3a1b16bcfc885bdc4 /source3/script
parent8c518daa86518f5752b1f571f08bd34b0143d10e (diff)
downloadsamba-824bc32be71afafdbaaea94a6cf104a1b3d329ec.tar.gz
samba-824bc32be71afafdbaaea94a6cf104a1b3d329ec.tar.bz2
samba-824bc32be71afafdbaaea94a6cf104a1b3d329ec.zip
r1399: applying heimdal krb5 fixes from Guenther and fixing compile warnings in libadskerberos_keyatb.c
(This used to be commit 837f56ec8bc171497fb84d332002776313c26305)
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 4c9507dcf9..ab9f7d7cb7 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|^krb5_error_code/ ) {
gotstart = 1;
}