From 018044a4b2ecc4a02eac9951849962c0f338f847 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 18 Jul 2006 11:56:46 +0000 Subject: r17111: cleanup the idmap_ad initialization after review by gd (This used to be commit 6c0a690f0a8ec4539b06ad75da0fd91abeb15fa4) --- source3/sam/idmap_ad.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'source3') diff --git a/source3/sam/idmap_ad.c b/source3/sam/idmap_ad.c index f0adfa4028..cb09628c3f 100644 --- a/source3/sam/idmap_ad.c +++ b/source3/sam/idmap_ad.c @@ -139,13 +139,9 @@ static ADS_STRUCT *ad_idmap_cached_connection(void) return ads; } +/* no op */ static NTSTATUS ad_idmap_init(const char *uri) { - ad_idmap_uri = SMB_STRDUP(uri); - if (ad_idmap_uri == NULL) { - return NT_STATUS_NO_MEMORY; - } - return NT_STATUS_OK; } -- cgit