From 65ed4d3efda243f526131fd145c72647785f9906 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Sat, 5 Nov 2005 00:02:01 +0000 Subject: [PATCH] r11508: Removed incorrect patch hunk. Thanks to Andrew Bartlett for pointing this out. Jeremy. (This used to be commit c93a08be4a29854354a16c6e8f984477e19f41c0) --- source3/libads/ads_struct.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source3/libads/ads_struct.c b/source3/libads/ads_struct.c index 55a6d664407..d8676d050dd 100644 --- a/source3/libads/ads_struct.c +++ b/source3/libads/ads_struct.c @@ -105,8 +105,6 @@ ADS_STRUCT *ads_init(const char *realm, /* the caller will own the memory by default */ ads->is_mine = 1; - ads->auth.flags = ADS_AUTH_DISABLE_KERBEROS | ADS_AUTH_ALLOW_NTLMSSP; - return ads; } -- 2.11.4.GIT