diff options
author | Andrew Bartlett <abartlet@samba.org> | 2003-12-30 07:38:32 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2003-12-30 07:38:32 +0000 |
commit | ca1b7e353d76498d8de972b1b991c3d732472d9e (patch) | |
tree | b49e877fde8a7d3630f62dfe9bd0d55d70e88818 | |
parent | adc07646a3057e5c572edb3ebdac2367206aaeef (diff) | |
download | samba-ca1b7e353d76498d8de972b1b991c3d732472d9e.tar.gz samba-ca1b7e353d76498d8de972b1b991c3d732472d9e.tar.bz2 samba-ca1b7e353d76498d8de972b1b991c3d732472d9e.zip |
Remove testing hack
(This used to be commit 96f3beb462a6d4a489e894c1f05c528107135b3a)
-rw-r--r-- | source3/utils/ntlm_auth.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/utils/ntlm_auth.c b/source3/utils/ntlm_auth.c index 8c02b2741a..e0345b2f2d 100644 --- a/source3/utils/ntlm_auth.c +++ b/source3/utils/ntlm_auth.c @@ -24,8 +24,6 @@ #include "includes.h" -#undef HAVE_KRB5 - #undef DBGC_CLASS #define DBGC_CLASS DBGC_WINBIND |