summaryrefslogtreecommitdiff
path: root/source3/script/mkproto.awk
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 /source3/script/mkproto.awk
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)
Diffstat (limited to 'source3/script/mkproto.awk')
-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 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;
}