summaryrefslogtreecommitdiff
path: root/source3/sam
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-07-18 20:16:44 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:38:13 -0500
commitccee54b60504f5aefbd5857e121932895a5e33a4 (patch)
tree7a154b8aa8e58a1f80ef07f2623389f4f5afcd2e /source3/sam
parent1e82e70784e22abfd0f5d022bd66598e217368b3 (diff)
downloadsamba-ccee54b60504f5aefbd5857e121932895a5e33a4.tar.gz
samba-ccee54b60504f5aefbd5857e121932895a5e33a4.tar.bz2
samba-ccee54b60504f5aefbd5857e121932895a5e33a4.zip
r17122: remove unused global var from idmap_ad
(This used to be commit c8b7952843adb75d0b9bb42cfbcfb80e070e8f45)
Diffstat (limited to 'source3/sam')
-rw-r--r--source3/sam/idmap_ad.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/sam/idmap_ad.c b/source3/sam/idmap_ad.c
index cb09628c3f..2f93dd083b 100644
--- a/source3/sam/idmap_ad.c
+++ b/source3/sam/idmap_ad.c
@@ -35,7 +35,6 @@
NTSTATUS init_module(void);
static ADS_STRUCT *ad_idmap_ads = NULL;
-static char *ad_idmap_uri = NULL;
static char *attr_uidnumber = NULL;
static char *attr_gidnumber = NULL;