summaryrefslogtreecommitdiff
path: root/source/libads/ads_struct.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2005-11-05 00:02:01 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:05:19 -0500
commitc93a08be4a29854354a16c6e8f984477e19f41c0 (patch)
tree8f0dc8d04a7c586194d42b0eeece8a3c50fad92b /source/libads/ads_struct.c
parent7795fce24e1e6dfe55360bb62617b922973f5f95 (diff)
downloadsamba-c93a08be4a29854354a16c6e8f984477e19f41c0.tar.gz
r11508: Removed incorrect patch hunk. Thanks to Andrew
Bartlett for pointing this out. Jeremy.
Diffstat (limited to 'source/libads/ads_struct.c')
-rw-r--r--source/libads/ads_struct.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/libads/ads_struct.c b/source/libads/ads_struct.c
index 55a6d664407..d8676d050dd 100644
--- a/source/libads/ads_struct.c
+++ b/source/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;
}