summaryrefslogtreecommitdiff
path: root/source3/include/ads.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-02-05 02:08:40 +0100
committerGünther Deschner <gd@samba.org>2009-02-06 10:32:49 +0100
commit3accf9e80f52d4beba8fd4988d17e563e4e70325 (patch)
tree7b01194cce1aa43393e0c4d049db8df4f393a844 /source3/include/ads.h
parent4f6556d6c0c9b82770e14ce9002a90fd187e9b6c (diff)
downloadsamba-3accf9e80f52d4beba8fd4988d17e563e4e70325.tar.gz
samba-3accf9e80f52d4beba8fd4988d17e563e4e70325.tar.bz2
samba-3accf9e80f52d4beba8fd4988d17e563e4e70325.zip
s3: use pidl to pull a KRB5_EDATA_NTSTATUS.
Guenther
Diffstat (limited to 'source3/include/ads.h')
-rw-r--r--source3/include/ads.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/include/ads.h b/source3/include/ads.h
index abff9eaa8c..0fa19b55a6 100644
--- a/source3/include/ads.h
+++ b/source3/include/ads.h
@@ -364,12 +364,6 @@ typedef void **ADS_MODLIST;
#ifdef HAVE_KRB5
typedef struct {
- NTSTATUS ntstatus;
- uint32 unknown1;
- uint32 unknown2; /* 0x00000001 */
-} KRB5_EDATA_NTSTATUS;
-
-typedef struct {
#if defined(HAVE_MAGIC_IN_KRB5_ADDRESS) && defined(HAVE_ADDRTYPE_IN_KRB5_ADDRESS) /* MIT */
krb5_address **addrs;
#elif defined(HAVE_KRB5_ADDRESSES) /* Heimdal */