summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2004-07-08 18:15:26 +0000
committerGerald Carter <jerry@samba.org>2004-07-08 18:15:26 +0000
commit7cc5217c98cab4d0d970a2eb7f378319bedb6a46 (patch)
tree612a348befd859da0de11f192f0f6b32c10bfc91
parent7c8a9976d3e29df1c6aace570e24b03184f5a1a8 (diff)
downloadsamba-7cc5217c98cab4d0d970a2eb7f378319bedb6a46.tar.gz
samba-7cc5217c98cab4d0d970a2eb7f378319bedb6a46.tar.xz
samba-7cc5217c98cab4d0d970a2eb7f378319bedb6a46.zip
r1408: revert change that broke the build on systems w/o krb5 files
-rw-r--r--source/libsmb/clikrb5.c2
-rw-r--r--source/script/mkproto.awk2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/libsmb/clikrb5.c b/source/libsmb/clikrb5.c
index abb1eb4acb3..b9a3dda4944 100644
--- a/source/libsmb/clikrb5.c
+++ b/source/libsmb/clikrb5.c
@@ -475,7 +475,7 @@ failed:
}
#endif
-krb5_error_code smb_krb5_kt_free_entry(krb5_context context, krb5_keytab_entry *kt_entry)
+ krb5_error_code smb_krb5_kt_free_entry(krb5_context context, krb5_keytab_entry *kt_entry)
{
#if defined(HAVE_KRB5_KT_FREE_ENTRY)
return krb5_kt_free_entry(context, kt_entry);
diff --git a/source/script/mkproto.awk b/source/script/mkproto.awk
index ab9f7d7cb76..4c9507dcf9b 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|^krb5_error_code/ ) {
+ if( $0 ~ /^WINBINDD_PW|^WINBINDD_GR|^NT_PRINTER_INFO_LEVEL_2|^LOGIN_CACHE|^krb5_error_code|^LDAP/ ) {
gotstart = 1;
}