summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2004-07-08 18:14:07 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:52:10 -0500
commit0122d4ef5e441e5470e190b77567d00b703e549e (patch)
tree69ff7b090a90cd7bc8828d4f030c895abdbf0dc8
parent824bc32be71afafdbaaea94a6cf104a1b3d329ec (diff)
downloadsamba-0122d4ef5e441e5470e190b77567d00b703e549e.tar.gz
samba-0122d4ef5e441e5470e190b77567d00b703e549e.tar.bz2
samba-0122d4ef5e441e5470e190b77567d00b703e549e.zip
r1407: revert change that broke the build on systems w/o krb5 files
(This used to be commit 89a11b5d7c0939c9344115ef509cbb0567d7524a)
-rw-r--r--source3/libsmb/clikrb5.c2
-rw-r--r--source3/script/mkproto.awk2
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/libsmb/clikrb5.c b/source3/libsmb/clikrb5.c
index abb1eb4acb..b9a3dda494 100644
--- a/source3/libsmb/clikrb5.c
+++ b/source3/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/source3/script/mkproto.awk b/source3/script/mkproto.awk
index ab9f7d7cb7..4c9507dcf9 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|^krb5_error_code/ ) {
+ if( $0 ~ /^WINBINDD_PW|^WINBINDD_GR|^NT_PRINTER_INFO_LEVEL_2|^LOGIN_CACHE|^krb5_error_code|^LDAP/ ) {
gotstart = 1;
}