diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/appl/bsd/ChangeLog | 4 | ||||
| -rw-r--r-- | src/appl/bsd/krlogind.c | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/appl/bsd/ChangeLog b/src/appl/bsd/ChangeLog new file mode 100644 index 000000000..331c0c849 --- /dev/null +++ b/src/appl/bsd/ChangeLog @@ -0,0 +1,4 @@ +Mon Jun 27 22:03:48 1994 Theodore Y. Ts'o (tytso at tsx-11) + + * krlogind.c: remove spurious debugging #undef of KRB5_KRB4_COMPAT + diff --git a/src/appl/bsd/krlogind.c b/src/appl/bsd/krlogind.c index fd0097efa..c801455d2 100644 --- a/src/appl/bsd/krlogind.c +++ b/src/appl/bsd/krlogind.c @@ -176,8 +176,6 @@ struct winsize { #undef BUFSIZ #endif -#undef KRB5_KRB4_COMPAT - int auth_sys = 0; /* Which version of Kerberos used to authenticate */ #define KRB5_RECVAUTH_V4 4 |
